Change namespace of tint::type
Move the `tint::type` namespace into `tint::core::type` to better match
the source location and contents.
Change-Id: I2e1ae0ecdffdfcedb8aab1391cdfe2e1453a4741
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/145901
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
diff --git a/src/tint/lang/wgsl/sem/index_accessor_expression.h b/src/tint/lang/wgsl/sem/index_accessor_expression.h
index fb9dfc0..b91b4d8 100644
--- a/src/tint/lang/wgsl/sem/index_accessor_expression.h
+++ b/src/tint/lang/wgsl/sem/index_accessor_expression.h
@@ -36,7 +36,7 @@
/// @param has_side_effects whether this expression may have side effects
/// @param root_ident the (optional) root identifier for this expression
IndexAccessorExpression(const ast::IndexAccessorExpression* declaration,
- const type::Type* type,
+ const core::type::Type* type,
core::EvaluationStage stage,
const ValueExpression* object,
const ValueExpression* index,