| 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_
|
|
|