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

Unified Diff: src/icu_util.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/ic/stub-cache.h ('k') | src/identity-map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/icu_util.h
diff --git a/src/icu_util.h b/src/icu_util.h
index cd98ff0dfc56c18d49aff3c7ebb96c4d025886b7..c308decfe5f63dba0e4927a83b6bf1951be26a79 100644
--- a/src/icu_util.h
+++ b/src/icu_util.h
@@ -14,6 +14,7 @@ namespace internal {
// function should be called before ICU is used.
bool InitializeICU(const char* icu_data_file);
-} } // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_ICU_UTIL_H_
« no previous file with comments | « src/ic/stub-cache.h ('k') | src/identity-map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698