| Index: runtime/vm/regexp_interpreter.h
|
| diff --git a/runtime/vm/regexp_interpreter.h b/runtime/vm/regexp_interpreter.h
|
| index eab89cb58864bad46e5d15a8305e57a683ed9bd2..e6b18986ca4b5286a837688af06b492bbb39cf83 100644
|
| --- a/runtime/vm/regexp_interpreter.h
|
| +++ b/runtime/vm/regexp_interpreter.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // A simple interpreter for the Irregexp byte code.
|
|
|
| -#ifndef VM_REGEXP_INTERPRETER_H_
|
| -#define VM_REGEXP_INTERPRETER_H_
|
| +#ifndef RUNTIME_VM_REGEXP_INTERPRETER_H_
|
| +#define RUNTIME_VM_REGEXP_INTERPRETER_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/object.h"
|
| @@ -30,4 +30,4 @@ class IrregexpInterpreter : public AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_REGEXP_INTERPRETER_H_
|
| +#endif // RUNTIME_VM_REGEXP_INTERPRETER_H_
|
|
|