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

Unified Diff: runtime/platform/hashmap.h

Issue 14572004: Put HashMap class in dart namespace. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « runtime/bin/hashmap_test.cc ('k') | runtime/platform/hashmap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/hashmap.h
diff --git a/runtime/platform/hashmap.h b/runtime/platform/hashmap.h
index 1b144d459dd604dc8cc6b11aae431cbaa0aa1f8d..01fad72157fe69ca23cbcaca1f05a273d6b30bbb 100644
--- a/runtime/platform/hashmap.h
+++ b/runtime/platform/hashmap.h
@@ -7,6 +7,8 @@
#include "platform/globals.h"
+namespace dart {
Ivan Posva 2013/04/30 15:07:53 We should NOT pollute the dart namespace from outs
tfarina 2013/04/30 16:31:03 What is your argument about leaving it in the glob
+
class HashMap {
public:
typedef bool (*MatchFun) (void* key1, void* key2);
@@ -73,4 +75,6 @@ class HashMap {
friend class IntSet; // From hashmap_test.cc
};
+} // namespace dart
+
#endif // PLATFORM_HASHMAP_H_
« no previous file with comments | « runtime/bin/hashmap_test.cc ('k') | runtime/platform/hashmap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698