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

Unified Diff: src/shared/native_socket.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/names.h ('k') | src/shared/native_socket_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/native_socket.h
diff --git a/src/shared/native_socket.h b/src/shared/native_socket.h
index d1e8116df1cc493d95a7047216ab5c1adbd3ff28..fbcd259a625d305b2848975bcb9d912979b3deaa 100644
--- a/src/shared/native_socket.h
+++ b/src/shared/native_socket.h
@@ -5,13 +5,13 @@
#ifndef SRC_SHARED_NATIVE_SOCKET_H_
#define SRC_SHARED_NATIVE_SOCKET_H_
-#ifndef FLETCH_ENABLE_LIVE_CODING
+#ifndef DARTINO_ENABLE_LIVE_CODING
#error "native_socket.h is only available when live coding is enabled."
#endif
#include "src/shared/globals.h"
-namespace fletch {
+namespace dartino {
class Socket {
public:
@@ -47,6 +47,6 @@ class Socket {
SocketData* data_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_SHARED_NATIVE_SOCKET_H_
« no previous file with comments | « src/shared/names.h ('k') | src/shared/native_socket_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698