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

Unified Diff: src/tools/driver/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/tools/driver/connection.h ('k') | src/tools/driver/driver.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tools/driver/connection.cc
diff --git a/src/tools/driver/connection.cc b/src/tools/driver/connection.cc
index 2215eb9570311795c7c15c9eebc34ff6f4833b3a..23de48c5d520030f9049f61193291cb5f8d6d182 100644
--- a/src/tools/driver/connection.cc
+++ b/src/tools/driver/connection.cc
@@ -10,7 +10,7 @@
#include "src/shared/native_socket.h"
#include "src/shared/utils.h"
-namespace fletch {
+namespace dartino {
DriverConnection::DriverConnection(Socket* socket) : socket_(socket) {}
@@ -49,4 +49,4 @@ void DriverConnection::Send(Command command, const WriteBuffer& buffer) {
buffer.WriteTo(socket_);
}
-} // namespace fletch
+} // namespace dartino
« no previous file with comments | « src/tools/driver/connection.h ('k') | src/tools/driver/driver.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698