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