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

Unified Diff: src/extensions/statistics-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 | « src/extensions/gc-extension.h ('k') | src/extensions/trigger-failure-extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/extensions/statistics-extension.h
diff --git a/src/extensions/statistics-extension.h b/src/extensions/statistics-extension.h
index 5dac4097b6e239b07a579f0437d45550ccb6632d..714f86aeba06c0ca62e09470ddacf803c85ee5e6 100644
--- a/src/extensions/statistics-extension.h
+++ b/src/extensions/statistics-extension.h
@@ -21,6 +21,7 @@ class StatisticsExtension : public v8::Extension {
static const char* const kSource;
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_EXTENSIONS_STATISTICS_EXTENSION_H_
« no previous file with comments | « src/extensions/gc-extension.h ('k') | src/extensions/trigger-failure-extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698