| Index: runtime/vm/regexp.h
|
| diff --git a/runtime/vm/regexp.h b/runtime/vm/regexp.h
|
| index bc8edd550bb4ad4797b09af74b5f1ca06f94d17d..bf457be757acb810df8763f5b53ccb0ef41b2fab 100644
|
| --- a/runtime/vm/regexp.h
|
| +++ b/runtime/vm/regexp.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_H_
|
| -#define VM_REGEXP_H_
|
| +#ifndef RUNTIME_VM_REGEXP_H_
|
| +#define RUNTIME_VM_REGEXP_H_
|
|
|
| #include "vm/assembler.h"
|
| #include "vm/intermediate_language.h"
|
| @@ -1435,4 +1435,4 @@ class RegExpEngine: public AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_REGEXP_H_
|
| +#endif // RUNTIME_VM_REGEXP_H_
|
|
|