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

Unified Diff: src/vm/selector_row.cc

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/selector_row.h ('k') | src/vm/service_api_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/selector_row.cc
diff --git a/src/vm/selector_row.cc b/src/vm/selector_row.cc
index 41c435f3f09e4fd284f58b22bdf9d1327e27862d..a792dfe2327d879d7d9037e962d6d3d6b5f46cbc 100644
--- a/src/vm/selector_row.cc
+++ b/src/vm/selector_row.cc
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-#ifdef FLETCH_ENABLE_LIVE_CODING
+#ifdef DARTINO_ENABLE_LIVE_CODING
#include "src/vm/selector_row.h"
@@ -12,7 +12,7 @@
#include "src/vm/program.h"
-namespace fletch {
+namespace dartino {
void SelectorRow::Finalize() {
ASSERT(IsMatched());
@@ -316,6 +316,6 @@ size_t RowFitter::FitInFreeSlot(const Range range, size_t slot_index) {
return slot_index;
}
-} // namespace fletch
+} // namespace dartino
-#endif // FLETCH_ENABLE_LIVE_CODING
+#endif // DARTINO_ENABLE_LIVE_CODING
« no previous file with comments | « src/vm/selector_row.h ('k') | src/vm/service_api_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698