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

Unified Diff: src/vm/service_api_impl.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/vm/selector_row.cc ('k') | src/vm/service_api_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/service_api_impl.h
diff --git a/src/vm/service_api_impl.h b/src/vm/service_api_impl.h
index 90cdeb4b7850052df89232a1e1db5f4ebb1d2b0c..ded533333983ba6c9eac7bdf7ee259f3dc4dd807 100644
--- a/src/vm/service_api_impl.h
+++ b/src/vm/service_api_impl.h
@@ -7,7 +7,7 @@
#include "include/service_api.h"
-namespace fletch {
+namespace dartino {
class Monitor;
class Port;
@@ -17,7 +17,7 @@ struct ServiceRequest;
// probably post a callback into dart? Fix the service param;
// for now it is a pointer to a pointer so we can post something
// into dart that dart can free.
-FLETCH_EXPORT
+DARTINO_EXPORT
void PostResultToService(char* buffer);
class Service {
@@ -50,6 +50,6 @@ class Service {
Service* next_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_SERVICE_API_IMPL_H_
« no previous file with comments | « src/vm/selector_row.cc ('k') | src/vm/service_api_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698