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

Unified Diff: src/shared/names.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/shared/list.h ('k') | src/shared/native_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/names.h
diff --git a/src/shared/names.h b/src/shared/names.h
index 763e9beb6dad5ca1d5f95a8d186762ea5dc2a3c0..f203b2b9b04ca3cb4339966c14b37585cac3077d 100644
--- a/src/shared/names.h
+++ b/src/shared/names.h
@@ -5,7 +5,7 @@
#ifndef SRC_SHARED_NAMES_H_
#define SRC_SHARED_NAMES_H_
-namespace fletch {
+namespace dartino {
#define NAMES_LIST(N) \
N(Illegal, "<illegal>") \
@@ -29,7 +29,7 @@ namespace fletch {
N(TwoByteString, "_TwoByteString") \
N(StackOverflowError, "StackOverflowError") \
N(TearOffClosure, "_TearOffClosure") \
- N(FletchNoSuchMethodError, "FletchNoSuchMethodError") \
+ N(DartinoNoSuchMethodError, "DartinoNoSuchMethodError") \
\
N(Equals, "==") \
N(LessThan, "<") \
@@ -74,6 +74,6 @@ class Names {
}
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_SHARED_NAMES_H_
« no previous file with comments | « src/shared/list.h ('k') | src/shared/native_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698