summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-27 18:38:55 +0000
committermmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-27 18:38:55 +0000
commit90e1d20b3ecfeafa3b13382b8d45559bc9afe510 (patch)
treed433fbdd02c2b1b794a7d62cdcbb7cbdba9da145
parent618e3e67a63a164a4a5ed7640f5826504b17d39d (diff)
downloadchromium_src-90e1d20b3ecfeafa3b13382b8d45559bc9afe510.zip
chromium_src-90e1d20b3ecfeafa3b13382b8d45559bc9afe510.tar.gz
chromium_src-90e1d20b3ecfeafa3b13382b8d45559bc9afe510.tar.bz2
Rename atomicops_internals_x86_mac.h back to its original name,
atomicops_internals_x86_macosx.h. I didn't realize this was brought in as-is from upstream. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1451 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/atomicops.h2
-rw-r--r--base/atomicops_internals_x86_macosx.h (renamed from base/atomicops_internals_x86_mac.h)7
-rw-r--r--base/base.xcodeproj/project.pbxproj4
3 files changed, 7 insertions, 6 deletions
diff --git a/base/atomicops.h b/base/atomicops.h
index 28c4a58..fe5984f 100644
--- a/base/atomicops.h
+++ b/base/atomicops.h
@@ -127,7 +127,7 @@ Atomic64 Release_Load(volatile const Atomic64* ptr);
#if defined(OS_WIN) && defined(COMPILER_MSVC) && defined(ARCH_CPU_X86_FAMILY)
#include "base/atomicops_internals_x86_msvc.h"
#elif defined(OS_MACOSX) && defined(ARCH_CPU_X86_FAMILY)
-#include "base/atomicops_internals_x86_mac.h"
+#include "base/atomicops_internals_x86_macosx.h"
#elif defined(COMPILER_GCC) && defined(ARCH_CPU_X86_FAMILY)
#include "base/atomicops_internals_x86_gcc.h"
#else
diff --git a/base/atomicops_internals_x86_mac.h b/base/atomicops_internals_x86_macosx.h
index 3f05927..6b7fa1a 100644
--- a/base/atomicops_internals_x86_mac.h
+++ b/base/atomicops_internals_x86_macosx.h
@@ -4,8 +4,8 @@
// This file is an internal atomic implementation, use base/atomicops.h instead.
-#ifndef BASE_ATOMICOPS_INTERNALS_X86_MAC_H_
-#define BASE_ATOMICOPS_INTERNALS_X86_MAC_H_
+#ifndef BASE_ATOMICOPS_INTERNALS_X86_MACOSX_H_
+#define BASE_ATOMICOPS_INTERNALS_X86_MACOSX_H_
#include <libkern/OSAtomic.h>
@@ -276,4 +276,5 @@ inline AtomicWord Release_Load(volatile const AtomicWord* ptr) {
} // namespace base::subtle
} // namespace base
-#endif // BASE_ATOMICOPS_INTERNALS_X86_MAC_H_
+#endif // BASE_ATOMICOPS_INTERNALS_X86_MACOSX_H_
+
diff --git a/base/base.xcodeproj/project.pbxproj b/base/base.xcodeproj/project.pbxproj
index 9aa5189..54f9da2 100644
--- a/base/base.xcodeproj/project.pbxproj
+++ b/base/base.xcodeproj/project.pbxproj
@@ -345,7 +345,7 @@
7BD8F4C90E65B33300034DE9 /* atomic_ref_count.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = atomic_ref_count.h; sourceTree = "<group>"; };
7BD8F4CA0E65B33300034DE9 /* atomic_sequence_num.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = atomic_sequence_num.h; sourceTree = "<group>"; };
7BD8F4CB0E65B33300034DE9 /* atomicops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = atomicops.h; sourceTree = "<group>"; };
- 7BD8F4CE0E65B33300034DE9 /* atomicops_internals_x86_mac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = atomicops_internals_x86_mac.h; sourceTree = "<group>"; };
+ 7BD8F4CE0E65B33300034DE9 /* atomicops_internals_x86_macosx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = atomicops_internals_x86_macosx.h; sourceTree = "<group>"; };
7BD8F4CF0E65B4A900034DE9 /* scoped_ptr_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scoped_ptr_unittest.cc; sourceTree = "<group>"; };
7BD8F4D00E65B54B00034DE9 /* tuple_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tuple_unittest.cc; sourceTree = "<group>"; };
7BD8F4D10E65B54B00034DE9 /* waitable_event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = waitable_event.h; sourceTree = "<group>"; };
@@ -694,7 +694,7 @@
7BD8F4C90E65B33300034DE9 /* atomic_ref_count.h */,
7BD8F4CA0E65B33300034DE9 /* atomic_sequence_num.h */,
7BD8F4CB0E65B33300034DE9 /* atomicops.h */,
- 7BD8F4CE0E65B33300034DE9 /* atomicops_internals_x86_mac.h */,
+ 7BD8F4CE0E65B33300034DE9 /* atomicops_internals_x86_macosx.h */,
825402C50D92D1390006B936 /* base_drag_source.cc */,
825402C60D92D1390006B936 /* base_drag_source.h */,
825402C70D92D1390006B936 /* base_drop_target.cc */,