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

Unified Diff: src/shared/selectors.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/random_test.cc ('k') | src/shared/shared.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/selectors.h
diff --git a/src/shared/selectors.h b/src/shared/selectors.h
index e1910c5bc6906aacd6d4fc24f4fe3a555b39e3b8..de722a127e6566c4172672bb8e1d42ae1e5ff44c 100644
--- a/src/shared/selectors.h
+++ b/src/shared/selectors.h
@@ -7,7 +7,7 @@
#include "src/shared/utils.h"
-namespace fletch {
+namespace dartino {
class Selector {
public:
@@ -31,6 +31,6 @@ class Selector {
class IdField : public BitField<int, 10, 22> {};
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_SHARED_SELECTORS_H_
« no previous file with comments | « src/shared/random_test.cc ('k') | src/shared/shared.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698