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

Unified Diff: src/shared/atomic_gcc_intrinsics.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/atomic_cpp11.h ('k') | src/shared/bytecodes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/atomic_gcc_intrinsics.h
diff --git a/src/shared/atomic_gcc_intrinsics.h b/src/shared/atomic_gcc_intrinsics.h
index d79cc82273c3235657c1d0dcd5307e3a0a6e76b9..30073ed06fb657ea3e1b9186359ddb9563f9ee48 100644
--- a/src/shared/atomic_gcc_intrinsics.h
+++ b/src/shared/atomic_gcc_intrinsics.h
@@ -9,7 +9,7 @@
#error Do not include atomic_gcc_intrinsics.h directly; use atomic.h instead.
#endif
-namespace fletch {
+namespace dartino {
enum MemoryOrder {
kRelaxed = __ATOMIC_RELAXED,
@@ -112,6 +112,6 @@ class Atomic {
T value_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_SHARED_ATOMIC_GCC_INTRINSICS_H_
« no previous file with comments | « src/shared/atomic_cpp11.h ('k') | src/shared/bytecodes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698