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

Unified Diff: src/vm/void_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/vm.gyp ('k') | src/vm/void_hash_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/void_hash_table.h
diff --git a/src/vm/void_hash_table.h b/src/vm/void_hash_table.h
index f1d06d2ae86a1a354330f9d2f913c8a70cf8714f..fa4d673d93a75904a4e874009b1b7bfac0678f32 100644
--- a/src/vm/void_hash_table.h
+++ b/src/vm/void_hash_table.h
@@ -8,7 +8,7 @@
#include "src/shared/globals.h"
#include "src/shared/assert.h"
-namespace fletch {
+namespace dartino {
class VoidHashTable {
public:
@@ -198,6 +198,6 @@ class VoidHashTable {
char* backing_end_; // The end of the backing store of entries.
};
-} // namespace fletch.
+} // namespace dartino.
#endif // SRC_VM_VOID_HASH_TABLE_H_
« no previous file with comments | « src/vm/vm.gyp ('k') | src/vm/void_hash_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698