Index: runtime/vm/atomic_linux.h |
diff --git a/runtime/vm/atomic_linux.h b/runtime/vm/atomic_linux.h |
index 350bcedba66f8789a8f05ad4f6db42af9db09821..c4ee9102f8db97aefe355da9386c562ccfffdc93 100644 |
--- a/runtime/vm/atomic_linux.h |
+++ b/runtime/vm/atomic_linux.h |
@@ -2,10 +2,10 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#ifndef VM_ATOMIC_LINUX_H_ |
-#define VM_ATOMIC_LINUX_H_ |
+#ifndef RUNTIME_VM_ATOMIC_LINUX_H_ |
+#define RUNTIME_VM_ATOMIC_LINUX_H_ |
-#if !defined VM_ATOMIC_H_ |
+#if !defined RUNTIME_VM_ATOMIC_H_ |
#error Do not include atomic_linux.h directly. Use atomic.h instead. |
#endif |
@@ -73,4 +73,4 @@ inline uint32_t AtomicOperations::CompareAndSwapUint32(uint32_t* ptr, |
} // namespace dart |
-#endif // VM_ATOMIC_LINUX_H_ |
+#endif // RUNTIME_VM_ATOMIC_LINUX_H_ |