Index: runtime/vm/message.h |
diff --git a/runtime/vm/message.h b/runtime/vm/message.h |
index aaa14c7505e341564a278bb1b70a63188f949cc6..7227e734576a0f1e7fb365930cc37a277b4a4113 100644 |
--- a/runtime/vm/message.h |
+++ b/runtime/vm/message.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_MESSAGE_H_ |
-#define VM_MESSAGE_H_ |
+#ifndef RUNTIME_VM_MESSAGE_H_ |
+#define RUNTIME_VM_MESSAGE_H_ |
#include "platform/assert.h" |
#include "vm/allocation.h" |
@@ -169,4 +169,4 @@ class MessageQueue { |
} // namespace dart |
-#endif // VM_MESSAGE_H_ |
+#endif // RUNTIME_VM_MESSAGE_H_ |