| commit | b5599d35f96f4b6d5ab57ed2d2791ed7b9d7e971 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@chromium.org> | Thu Apr 07 16:55:14 2022 +0000 |
| committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 07 16:55:14 2022 +0000 |
| tree | da9957968440ea1eb2f93e5c6586e5f70c77d9a1 | |
| parent | bb19d4a24b8326d278f61e68c6a09a3411e7cdde [diff] [blame] |
Condense namespaces in tint/transform. This PR condenses the namespaces in the tint/transform folder. Change-Id: Idf448870ccf90f892b9186f7aab7bb0ac9deda17 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86029 Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
diff --git a/src/tint/transform/builtin_polyfill_test.cc b/src/tint/transform/builtin_polyfill_test.cc index 49e0471..c5cc2c5 100644 --- a/src/tint/transform/builtin_polyfill_test.cc +++ b/src/tint/transform/builtin_polyfill_test.cc
@@ -18,8 +18,7 @@ #include "src/tint/transform/test_helper.h" -namespace tint { -namespace transform { +namespace tint::transform { namespace { using Level = BuiltinPolyfill::Level; @@ -1117,5 +1116,4 @@ } } // namespace -} // namespace transform -} // namespace tint +} // namespace tint::transform