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

Unified Diff: test/cctest/trace-extension.h

Issue 1371083003: [presubmit] Enable readability/namespace linter checking. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased. Created 5 years, 3 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 | « test/cctest/test-unscopables-hidden-prototype.cc ('k') | test/cctest/types-fuzz.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/trace-extension.h
diff --git a/test/cctest/trace-extension.h b/test/cctest/trace-extension.h
index 792e437a89ff7a8e33dcf59e64fef9d5a92db192..53e178b3ba7cb8406bb199ce77a467c6809fcc8f 100644
--- a/test/cctest/trace-extension.h
+++ b/test/cctest/trace-extension.h
@@ -52,6 +52,7 @@ class TraceExtension : public v8::Extension {
static const char* kSource;
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif
« no previous file with comments | « test/cctest/test-unscopables-hidden-prototype.cc ('k') | test/cctest/types-fuzz.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698