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

Unified Diff: src/shared/version.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/utils_test.cc ('k') | src/tools/driver/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/version.h
diff --git a/src/shared/version.h b/src/shared/version.h
index e779ac5183e5a2e3e32b531dfa5643bd88ac4a2f..e96cc676c0edd5bf8ce1b0e65ec2825909b14786 100644
--- a/src/shared/version.h
+++ b/src/shared/version.h
@@ -7,15 +7,15 @@
#ifdef _MSC_VER
// TODO(herhut): Do we need a __declspec here for Windows?
-#define FLETCH_VISIBILITY_DEFAULT
+#define DARTINO_VISIBILITY_DEFAULT
#else
-#define FLETCH_VISIBILITY_DEFAULT __attribute__((visibility("default")))
+#define DARTINO_VISIBILITY_DEFAULT __attribute__((visibility("default")))
#endif
-namespace fletch {
+namespace dartino {
-extern "C" FLETCH_VISIBILITY_DEFAULT const char* GetVersion();
+extern "C" DARTINO_VISIBILITY_DEFAULT const char* GetVersion();
-} // namespace fletch
+} // namespace dartino
#endif // SRC_SHARED_VERSION_H_
« no previous file with comments | « src/shared/utils_test.cc ('k') | src/tools/driver/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698