Index: runtime/bin/thread_win.h |
diff --git a/runtime/bin/thread_win.h b/runtime/bin/thread_win.h |
index 5e1dba51b79418e945253edf2e383bf47e0d7184..85ab38f1a51e9298b3fca47b9c5ff82e02c5273a 100644 |
--- a/runtime/bin/thread_win.h |
+++ b/runtime/bin/thread_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 BIN_THREAD_WIN_H_ |
-#define BIN_THREAD_WIN_H_ |
+#ifndef RUNTIME_BIN_THREAD_WIN_H_ |
+#define RUNTIME_BIN_THREAD_WIN_H_ |
-#if !defined(BIN_THREAD_H_) |
+#if !defined(RUNTIME_BIN_THREAD_H_) |
#error Do not include thread_win.h directly; use thread.h instead. |
#endif |
@@ -119,4 +119,4 @@ class MonitorData { |
} // namespace bin |
} // namespace dart |
-#endif // BIN_THREAD_WIN_H_ |
+#endif // RUNTIME_BIN_THREAD_WIN_H_ |