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_ |