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

Unified Diff: base/containers/hash_tables.h

Issue 1629693002: Add missing closing namespace comments to wtf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | base/strings/string_piece.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/containers/hash_tables.h
diff --git a/base/containers/hash_tables.h b/base/containers/hash_tables.h
index 8da7b6726852d2c762c6c2ff9ad5035d7450e5ba..dbd85074d605cba49163ab5fa5f46f0f4d1b7613 100644
--- a/base/containers/hash_tables.h
+++ b/base/containers/hash_tables.h
@@ -36,7 +36,7 @@ struct hash<std::pair<Type1, Type2>> {
}
};
-} // namespace BASE_HASH_NAMESPACE
+} // namespace base_hash
namespace base {
« no previous file with comments | « no previous file | base/strings/string_piece.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698