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

Unified Diff: src/identity-map.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/icu_util.h ('k') | src/interface-descriptors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/identity-map.h
diff --git a/src/identity-map.h b/src/identity-map.h
index 2143e24e37b326c35d8b1c082f457d249e7ad059..7c3e6a98bff94fc5e5c8928798e824fc8f2b4555 100644
--- a/src/identity-map.h
+++ b/src/identity-map.h
@@ -92,7 +92,7 @@ class IdentityMap : public IdentityMapBase {
*(reinterpret_cast<V*>(GetEntry(key))) = value;
}
};
-}
-} // namespace v8::internal
+} // namespace internal
+} // namespace v8
#endif // V8_IDENTITY_MAP_H_
« no previous file with comments | « src/icu_util.h ('k') | src/interface-descriptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698