Index: runtime/vm/thread_interrupter.h |
diff --git a/runtime/vm/thread_interrupter.h b/runtime/vm/thread_interrupter.h |
index 82e0474eceb191bedd0604574d2dad4116b41779..c425c39acb1ee3b88df206d461b22e1f2b2055b1 100644 |
--- a/runtime/vm/thread_interrupter.h |
+++ b/runtime/vm/thread_interrupter.h |
@@ -2,8 +2,8 @@ |
// 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_THREAD_INTERRUPTER_H_ |
-#define VM_THREAD_INTERRUPTER_H_ |
+#ifndef RUNTIME_VM_THREAD_INTERRUPTER_H_ |
+#define RUNTIME_VM_THREAD_INTERRUPTER_H_ |
#include "vm/allocation.h" |
#include "vm/signal_handler.h" |
@@ -63,4 +63,4 @@ class ThreadInterrupter : public AllStatic { |
} // namespace dart |
-#endif // VM_THREAD_INTERRUPTER_H_ |
+#endif // RUNTIME_VM_THREAD_INTERRUPTER_H_ |