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

Unified Diff: src/version.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/vector.h ('k') | src/vm-state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/version.h
diff --git a/src/version.h b/src/version.h
index 2596beeb8a448b9f943ea6ca378a5e0b4f2e9a07..3395d7f4fe5589ff2afee64c0f7c353bb414e05d 100644
--- a/src/version.h
+++ b/src/version.h
@@ -47,6 +47,7 @@ class Version {
bool candidate, const char* soname);
};
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_VERSION_H_
« no previous file with comments | « src/vector.h ('k') | src/vm-state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698