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

Unified Diff: src/shared/connection.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/shared/connection.h ('k') | src/shared/dartino.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/connection.cc
diff --git a/src/shared/connection.cc b/src/shared/connection.cc
index 3b3a23fa09510d668d1c2d9ab1592372191cdfbe..917c1e9cf4ab9b350d65eac875099e53fc764bc0 100644
--- a/src/shared/connection.cc
+++ b/src/shared/connection.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/shared/connection.h"
@@ -11,7 +11,7 @@
#include "src/shared/native_socket.h"
#include "src/shared/utils.h"
-namespace fletch {
+namespace dartino {
// TODO(ager,ajohnsen): Instead of dynamically allocating the actual
// buffer, we can get away with inline allocation of a small buffer
@@ -174,6 +174,6 @@ Connection* ConnectionListener::Accept() {
return new Connection("", 0, child);
}
-} // namespace fletch
+} // namespace dartino
-#endif // FLETCH_ENABLE_LIVE_CODING
+#endif // DARTINO_ENABLE_LIVE_CODING
« no previous file with comments | « src/shared/connection.h ('k') | src/shared/dartino.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698