Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(836)

Unified Diff: test/cctest/test-utils-arm64.cc

Issue 2174363002: [build] Fix header-hygiene warnings for arm64 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« test/cctest/test-utils-arm64.h ('K') | « test/cctest/test-utils-arm64.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-utils-arm64.cc
diff --git a/test/cctest/test-utils-arm64.cc b/test/cctest/test-utils-arm64.cc
index bd1ff998b976a186a52affaaba734a46605e89ae..938328925e87ff693479249db0dcb2df64f03a69 100644
--- a/test/cctest/test-utils-arm64.cc
+++ b/test/cctest/test-utils-arm64.cc
@@ -32,7 +32,8 @@
#include "test/cctest/cctest.h"
#include "test/cctest/test-utils-arm64.h"
-using namespace v8::internal;
+namespace v8 {
+namespace internal {
#define __ masm->
@@ -423,3 +424,6 @@ void RegisterDump::Dump(MacroAssembler* masm) {
completed_ = true;
}
+
+} // namespace internal
+} // namespace v8
« test/cctest/test-utils-arm64.h ('K') | « test/cctest/test-utils-arm64.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698