Index: runtime/vm/atomic_simulator.h |
diff --git a/runtime/vm/atomic_simulator.h b/runtime/vm/atomic_simulator.h |
index 78e7f88eb015061f2c3598e76056d85f10e7040e..83bd623851cf2ebc227925a1ed353aad689335a6 100644 |
--- a/runtime/vm/atomic_simulator.h |
+++ b/runtime/vm/atomic_simulator.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_SIMULATOR_H_ |
-#define VM_ATOMIC_SIMULATOR_H_ |
+#ifndef RUNTIME_VM_ATOMIC_SIMULATOR_H_ |
+#define RUNTIME_VM_ATOMIC_SIMULATOR_H_ |
-#if !defined VM_ATOMIC_H_ |
+#if !defined RUNTIME_VM_ATOMIC_H_ |
#error Do not include atomic_simulator.h directly. Use atomic.h instead. |
#endif |
@@ -29,4 +29,4 @@ inline uint32_t AtomicOperations::CompareAndSwapUint32(uint32_t* ptr, |
} // namespace dart |
-#endif // VM_ATOMIC_SIMULATOR_H_ |
+#endif // RUNTIME_VM_ATOMIC_SIMULATOR_H_ |