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

Unified Diff: src/shared/platform_lk.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/platform_linux.cc ('k') | src/shared/platform_lk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/platform_lk.h
diff --git a/src/shared/platform_lk.h b/src/shared/platform_lk.h
index 405edce8422f2b40569210b967359d96331f7b80..bc8193003227b5f15e5b3867d4ba88736710f73d 100644
--- a/src/shared/platform_lk.h
+++ b/src/shared/platform_lk.h
@@ -9,7 +9,7 @@
#error Do not include platform_lk.h directly; use platform.h instead.
#endif
-#if defined(FLETCH_TARGET_OS_LK)
+#if defined(DARTINO_TARGET_OS_LK)
#include <err.h>
#include <kernel/thread.h>
@@ -30,7 +30,7 @@
} \
}
-namespace fletch {
+namespace dartino {
// Forward declare [Platform::GetMicroseconds].
namespace Platform {
@@ -187,8 +187,8 @@ class MonitorImpl {
WaitListEntry* last_waiting_;
};
-} // namespace fletch
+} // namespace dartino
-#endif // defined(FLETCH_TARGET_OS_LK)
+#endif // defined(DARTINO_TARGET_OS_LK)
#endif // SRC_SHARED_PLATFORM_LK_H_
« no previous file with comments | « src/shared/platform_linux.cc ('k') | src/shared/platform_lk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698