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

Unified Diff: src/vm/session.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: 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
Index: src/vm/session.h
diff --git a/src/vm/session.h b/src/vm/session.h
index f8858d209fa4b94399f99733e11f800423d538f4..85cf679bb7623d6c6919c54ef7168b7870bf969d 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;
@@ -227,8 +227,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_
« pkg/file/lib/file.dart ('K') | « 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