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

Unified Diff: src/vm/hash_map.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments 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 | « src/vm/generator.cc ('k') | src/vm/hash_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/hash_map.h
diff --git a/src/vm/hash_map.h b/src/vm/hash_map.h
index 806c990e8246a236d78ccb6d7f3b29f2e82dd2ab..c53db018380be7c92eba4dac92e005fc548e655d 100644
--- a/src/vm/hash_map.h
+++ b/src/vm/hash_map.h
@@ -7,7 +7,7 @@
#include "src/vm/hash_table.h"
-namespace fletch {
+namespace dartino {
template <typename Key, typename Mapped>
struct MapKeyExtractor {
@@ -49,6 +49,6 @@ class HashMap : public UnorderedHashTable<Key, Pair<Key, Mapped>,
}
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_HASH_MAP_H_
« no previous file with comments | « src/vm/generator.cc ('k') | src/vm/hash_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698