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

Unified Diff: src/tools/driver/connection.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/shared/version.h ('k') | src/tools/driver/connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tools/driver/connection.h
diff --git a/src/tools/driver/connection.h b/src/tools/driver/connection.h
index ef5788161a982dfe5c38f8edd0eb6ba559401f3d..4dee8dde93edc5c0882f44d208341e931387b72c 100644
--- a/src/tools/driver/connection.h
+++ b/src/tools/driver/connection.h
@@ -9,14 +9,14 @@
#include "src/shared/connection.h"
-namespace fletch {
+namespace dartino {
class Socket;
class DriverConnection {
public:
// If you modify this enum, please update
- // pkg/fletchc/lib/src/driver/driver_commands.dart as well.
+ // pkg/dartino_compiler/lib/src/driver/driver_commands.dart as well.
enum Command {
kStdin, // Data on stdin.
kStdout, // Data on stdout.
@@ -54,6 +54,6 @@ class DriverConnection {
ReadBuffer incoming_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_TOOLS_DRIVER_CONNECTION_H_
« no previous file with comments | « src/shared/version.h ('k') | src/tools/driver/connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698