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

Unified Diff: src/vm/unicode.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/tick_sampler_posix.cc ('k') | src/vm/unicode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/unicode.h
diff --git a/src/vm/unicode.h b/src/vm/unicode.h
index a278e24492357b068e89629dd10c7218fab1a506..596903dab4cdd7bf7508b25a5e0c55a2385bd409 100644
--- a/src/vm/unicode.h
+++ b/src/vm/unicode.h
@@ -8,7 +8,7 @@
#include "src/shared/assert.h"
#include "src/shared/globals.h"
-namespace fletch {
+namespace dartino {
class TwoByteString;
@@ -141,6 +141,6 @@ class Utf16 {
static const int32 kSurrogateOffset = (0x10000 - (0xD800 << 10) - 0xDC00);
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_UNICODE_H_
« no previous file with comments | « src/vm/tick_sampler_posix.cc ('k') | src/vm/unicode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698