Index: runtime/vm/method_recognizer.h |
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h |
index df9e30844e99b6cff8127e102d4491d1c3314d8b..9051240137708c84bb0dc23a84114596d58a05d2 100644 |
--- a/runtime/vm/method_recognizer.h |
+++ b/runtime/vm/method_recognizer.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_METHOD_RECOGNIZER_H_ |
-#define VM_METHOD_RECOGNIZER_H_ |
+#ifndef RUNTIME_VM_METHOD_RECOGNIZER_H_ |
+#define RUNTIME_VM_METHOD_RECOGNIZER_H_ |
#include "vm/allocation.h" |
@@ -559,4 +559,4 @@ class FactoryRecognizer : public AllStatic { |
} // namespace dart |
-#endif // VM_METHOD_RECOGNIZER_H_ |
+#endif // RUNTIME_VM_METHOD_RECOGNIZER_H_ |