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

Unified Diff: src/vm/session.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/service_api_impl.cc ('k') | src/vm/session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/session.h
diff --git a/src/vm/session.h b/src/vm/session.h
index 2781d182860fa0a8d2f06db31a05bcd0e282857e..815cb8cb83749c0fe160e25f58f56290264c563d 100644
--- a/src/vm/session.h
+++ b/src/vm/session.h
@@ -5,9 +5,9 @@
#ifndef SRC_VM_SESSION_H_
#define SRC_VM_SESSION_H_
-#ifndef FLETCH_ENABLE_LIVE_CODING
+#ifndef DARTINO_ENABLE_LIVE_CODING
#include "src/vm/session_no_live_coding.h"
-#else // FLETCH_ENABLE_LIVE_CODING
+#else // DARTINO_ENABLE_LIVE_CODING
#include "src/shared/names.h"
@@ -16,7 +16,7 @@
#include "src/vm/snapshot.h"
#include "src/vm/thread.h"
-namespace fletch {
+namespace dartino {
class Connection;
class Frame;
@@ -233,8 +233,8 @@ class Session {
Process* GetProcess(int process_id);
};
-} // namespace fletch
+} // namespace dartino
-#endif // FLETCH_ENABLE_LIVE_CODING
+#endif // DARTINO_ENABLE_LIVE_CODING
#endif // SRC_VM_SESSION_H_
« no previous file with comments | « src/vm/service_api_impl.cc ('k') | src/vm/session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698