Index: runtime/vm/simulator_dbc.h |
diff --git a/runtime/vm/simulator_dbc.h b/runtime/vm/simulator_dbc.h |
index bb875bbd79b0ad859415d1d7c3158529d216cdf1..4e2f649a45ab70468aaad3dff0181328c086fd26 100644 |
--- a/runtime/vm/simulator_dbc.h |
+++ b/runtime/vm/simulator_dbc.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_SIMULATOR_DBC_H_ |
-#define VM_SIMULATOR_DBC_H_ |
+#ifndef RUNTIME_VM_SIMULATOR_DBC_H_ |
+#define RUNTIME_VM_SIMULATOR_DBC_H_ |
-#ifndef VM_SIMULATOR_H_ |
+#ifndef RUNTIME_VM_SIMULATOR_H_ |
#error Do not include simulator_dbc.h directly; use simulator.h. |
#endif |
@@ -172,4 +172,4 @@ class Simulator { |
} // namespace dart |
-#endif // VM_SIMULATOR_DBC_H_ |
+#endif // RUNTIME_VM_SIMULATOR_DBC_H_ |