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

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

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
« no previous file with comments | « no previous file | test/cctest/test-utils-arm64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-utils-arm64.h
diff --git a/test/cctest/test-utils-arm64.h b/test/cctest/test-utils-arm64.h
index 3ecae23d4b7630118cad31229f3a2fe37041b3e0..e34365d4c3066beb27d9cae46e9547395852070b 100644
--- a/test/cctest/test-utils-arm64.h
+++ b/test/cctest/test-utils-arm64.h
@@ -36,7 +36,8 @@
#include "src/macro-assembler.h"
-using namespace v8::internal;
Michael Achenbach 2016/07/25 15:13:29 https://www.chromium.org/developers/coding-style/c
+namespace v8 {
+namespace internal {
// RegisterDump: Object allowing integer, floating point and flags registers
@@ -230,4 +231,7 @@ void ClobberFP(MacroAssembler* masm, RegList reg_list,
// Clobber or ClobberFP functions.
void Clobber(MacroAssembler* masm, CPURegList reg_list);
+} // namespace internal
+} // namespace v8
+
#endif // V8_ARM64_TEST_UTILS_ARM64_H_
« no previous file with comments | « no previous file | test/cctest/test-utils-arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698