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

Unified Diff: src/vm/hash_set.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_map.h ('k') | src/vm/hash_table.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/hash_set.h
diff --git a/src/vm/hash_set.h b/src/vm/hash_set.h
index 2d15f92bc9370ee83377b31d4e6c5919cd2495d9..28b8a5964264316a8ee841addb82d461220f11fe 100644
--- a/src/vm/hash_set.h
+++ b/src/vm/hash_set.h
@@ -7,7 +7,7 @@
#include "src/vm/hash_table.h"
-namespace fletch {
+namespace dartino {
template <typename Key>
struct SetKeyExtractor {
@@ -30,6 +30,6 @@ struct SetKeyExtractor {
template <typename Key>
class HashSet : public UnorderedHashTable<Key, Key, SetKeyExtractor<Key>> {};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_HASH_SET_H_
« no previous file with comments | « src/vm/hash_map.h ('k') | src/vm/hash_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698