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

Unified Diff: base/atomicops_internals_mac.h

Issue 10696193: Have iOS use the same atomicops_internal implementation that Mac uses. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix #include guard without typo. Created 8 years, 5 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 | « base/atomicops.h ('k') | base/atomicops_internals_x86_macosx.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/atomicops_internals_mac.h
diff --git a/base/atomicops_internals_x86_macosx.h b/base/atomicops_internals_mac.h
similarity index 97%
rename from base/atomicops_internals_x86_macosx.h
rename to base/atomicops_internals_mac.h
index 5de385b37d29a734e5151cd3a107d876201c6578..6834110b3eb89de06d85e4463cfebc9e315ac2ab 100644
--- a/base/atomicops_internals_x86_macosx.h
+++ b/base/atomicops_internals_mac.h
@@ -4,8 +4,8 @@
// This file is an internal atomic implementation, use base/atomicops.h instead.
-#ifndef BASE_ATOMICOPS_INTERNALS_X86_MACOSX_H_
-#define BASE_ATOMICOPS_INTERNALS_X86_MACOSX_H_
+#ifndef BASE_ATOMICOPS_INTERNALS_MAC_H_
+#define BASE_ATOMICOPS_INTERNALS_MAC_H_
#include <libkern/OSAtomic.h>
@@ -194,4 +194,4 @@ inline Atomic64 Release_Load(volatile const Atomic64 *ptr) {
} // namespace base::subtle
} // namespace base
-#endif // BASE_ATOMICOPS_INTERNALS_X86_MACOSX_H_
+#endif // BASE_ATOMICOPS_INTERNALS_MAC_H_
« no previous file with comments | « base/atomicops.h ('k') | base/atomicops_internals_x86_macosx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698