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

Unified Diff: src/base/once.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/base/macros.h ('k') | src/base/once.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base/once.h
diff --git a/src/base/once.h b/src/base/once.h
index 6bf741d38a998b1aa9ce43ccd7134c30014c0922..790a8866e09bf682eba6eff4f2016cafcca8469c 100644
--- a/src/base/once.h
+++ b/src/base/once.h
@@ -97,6 +97,7 @@ inline void CallOnce(OnceType* once,
}
}
-} } // namespace v8::base
+} // namespace base
+} // namespace v8
#endif // V8_BASE_ONCE_H_
« no previous file with comments | « src/base/macros.h ('k') | src/base/once.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698