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

Unified Diff: Source/heap/atomicops/atomicops.h

Issue 22887044: [oilpan] Make the oilpan branch build on Mac. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Add FIXME. Created 7 years, 4 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 | « Source/heap/Visitor.h ('k') | Source/wtf/FastMalloc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/atomicops/atomicops.h
diff --git a/Source/heap/atomicops/atomicops.h b/Source/heap/atomicops/atomicops.h
index d6c7d28ad5f0b6b483663675a96eff1338436b9b..fb80d25687a907953ff489f32756dd091db82be6 100644
--- a/Source/heap/atomicops/atomicops.h
+++ b/Source/heap/atomicops/atomicops.h
@@ -157,7 +157,7 @@ Atomic64 Release_Load(volatile const Atomic64* ptr);
// On some platforms we need additional declarations to make
// AtomicWord compatible with our other Atomic* types.
#if defined(OS_MACOSX) || defined(OS_OPENBSD)
-#include "base/atomicops_internals_atomicword_compat.h"
+#include "heap/atomicops/atomicops_internals_atomicword_compat.h"
#endif
#endif // BASE_ATOMICOPS_H_
« no previous file with comments | « Source/heap/Visitor.h ('k') | Source/wtf/FastMalloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698