| Index: runtime/vm/regexp_assembler_bytecode.h
|
| diff --git a/runtime/vm/regexp_assembler_bytecode.h b/runtime/vm/regexp_assembler_bytecode.h
|
| index da2a6d7cf9a23de6b4d7d46765f445db2e3934c4..eec47a419bc0d67524740ff4316a1d18146c1e1e 100644
|
| --- a/runtime/vm/regexp_assembler_bytecode.h
|
| +++ b/runtime/vm/regexp_assembler_bytecode.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_BYTECODE_H_
|
| -#define VM_REGEXP_ASSEMBLER_BYTECODE_H_
|
| +#ifndef RUNTIME_VM_REGEXP_ASSEMBLER_BYTECODE_H_
|
| +#define RUNTIME_VM_REGEXP_ASSEMBLER_BYTECODE_H_
|
|
|
| #include "vm/object.h"
|
| #include "vm/regexp_assembler.h"
|
| @@ -141,4 +141,4 @@ class BytecodeRegExpMacroAssembler: public RegExpMacroAssembler {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_REGEXP_ASSEMBLER_BYTECODE_H_
|
| +#endif // RUNTIME_VM_REGEXP_ASSEMBLER_BYTECODE_H_
|
|
|