Chromium Code Reviews

Unified Diff: src/base/platform/condition-variable.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/base/once.cc ('k') | src/base/platform/condition-variable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/platform/condition-variable.h
diff --git a/src/base/platform/condition-variable.h b/src/base/platform/condition-variable.h
index 9cb706460fc0b8ca1b45e9868d7af9aca20924c6..72d6f28507b43771152321ba3115f0061b87f47f 100644
--- a/src/base/platform/condition-variable.h
+++ b/src/base/platform/condition-variable.h
@@ -113,6 +113,7 @@ typedef LazyStaticInstance<
#define LAZY_CONDITION_VARIABLE_INITIALIZER LAZY_STATIC_INSTANCE_INITIALIZER
-} } // namespace v8::base
+} // namespace base
+} // namespace v8
#endif // V8_BASE_PLATFORM_CONDITION_VARIABLE_H_
« no previous file with comments | « src/base/once.cc ('k') | src/base/platform/condition-variable.cc » ('j') | no next file with comments »

Powered by Google App Engine