Index: runtime/vm/regexp_assembler.h |
diff --git a/runtime/vm/regexp_assembler.h b/runtime/vm/regexp_assembler.h |
index efd53c56dc96f8c297882bbb27d680e1a524176d..399ae7faa2a6fa1d00da00bd0e48d938d929e605 100644 |
--- a/runtime/vm/regexp_assembler.h |
+++ b/runtime/vm/regexp_assembler.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_REGEXP_ASSEMBLER_H_ |
-#define VM_REGEXP_ASSEMBLER_H_ |
+#ifndef RUNTIME_VM_REGEXP_ASSEMBLER_H_ |
+#define RUNTIME_VM_REGEXP_ASSEMBLER_H_ |
#include "vm/assembler.h" |
#include "vm/intermediate_language.h" |
@@ -241,4 +241,4 @@ class RegExpMacroAssembler : public ZoneAllocated { |
} // namespace dart |
-#endif // VM_REGEXP_ASSEMBLER_H_ |
+#endif // RUNTIME_VM_REGEXP_ASSEMBLER_H_ |