Index: runtime/vm/atomic_win.h |
diff --git a/runtime/vm/atomic_win.h b/runtime/vm/atomic_win.h |
index 2f8ee20b5817e77e7869ba3dccfa857e21bdc441..7abf59e44a8fb88a4d3a38f42f13da8581921eba 100644 |
--- a/runtime/vm/atomic_win.h |
+++ b/runtime/vm/atomic_win.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_WIN_H_ |
-#define VM_ATOMIC_WIN_H_ |
+#ifndef RUNTIME_VM_ATOMIC_WIN_H_ |
+#define RUNTIME_VM_ATOMIC_WIN_H_ |
-#if !defined VM_ATOMIC_H_ |
+#if !defined RUNTIME_VM_ATOMIC_H_ |
#error Do not include atomic_win.h directly. Use atomic.h instead. |
#endif |
@@ -137,4 +137,4 @@ inline uint32_t AtomicOperations::CompareAndSwapUint32(uint32_t* ptr, |
} // namespace dart |
-#endif // VM_ATOMIC_WIN_H_ |
+#endif // RUNTIME_VM_ATOMIC_WIN_H_ |