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

Unified Diff: src/vm/hash_table.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/hash_set.h ('k') | src/vm/hash_table_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/hash_table.h
diff --git a/src/vm/hash_table.h b/src/vm/hash_table.h
index 2637e3f25e3cac962e79a3ceb5ec369554cea9eb..a3823f364d2b7fb734bace83edf6b0681aeb0031 100644
--- a/src/vm/hash_table.h
+++ b/src/vm/hash_table.h
@@ -9,7 +9,7 @@
#include "src/vm/pair.h"
#include "src/vm/void_hash_table.h"
-namespace fletch {
+namespace dartino {
// Used to implement UnorderedMap and UnorderedSet (see hash_map.h and
// hashset.h). Most methods have a very similar interface to
@@ -154,6 +154,6 @@ class UnorderedHashTable {
VoidHashTable map_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_HASH_TABLE_H_
« no previous file with comments | « src/vm/hash_set.h ('k') | src/vm/hash_table_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698