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

Unified Diff: src/vm/selector_row.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/scheduler.cc ('k') | src/vm/selector_row.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/selector_row.h
diff --git a/src/vm/selector_row.h b/src/vm/selector_row.h
index e2d1d5c94986be95b122183cedd33f7de0defbf9..da6efaa236aa368eee6f61c61c76ea26f7c42e55 100644
--- a/src/vm/selector_row.h
+++ b/src/vm/selector_row.h
@@ -5,7 +5,7 @@
#ifndef SRC_VM_SELECTOR_ROW_H_
#define SRC_VM_SELECTOR_ROW_H_
-#ifdef FLETCH_ENABLE_LIVE_CODING
+#ifdef DARTINO_ENABLE_LIVE_CODING
#include "src/shared/assert.h"
#include "src/shared/globals.h"
@@ -15,7 +15,7 @@
#include "src/vm/object.h"
#include "src/vm/vector.h"
-namespace fletch {
+namespace dartino {
typedef Vector<Class*> ClassVector;
typedef Vector<Function*> FunctionVector;
@@ -180,8 +180,8 @@ class RowFitter {
int limit_;
};
-} // namespace fletch
+} // namespace dartino
-#endif // FLETCH_ENABLE_LIVE_CODING
+#endif // DARTINO_ENABLE_LIVE_CODING
#endif // SRC_VM_SELECTOR_ROW_H_
« no previous file with comments | « src/vm/scheduler.cc ('k') | src/vm/selector_row.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698