| Index: runtime/vm/regexp_ast.h
|
| diff --git a/runtime/vm/regexp_ast.h b/runtime/vm/regexp_ast.h
|
| index 2be61ec7c42fc7fd07d45a861758db7c0219029e..1eca49bc0c46447d97a68a4c42dd14d748580960 100644
|
| --- a/runtime/vm/regexp_ast.h
|
| +++ b/runtime/vm/regexp_ast.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_AST_H_
|
| -#define VM_REGEXP_AST_H_
|
| +#ifndef RUNTIME_VM_REGEXP_AST_H_
|
| +#define RUNTIME_VM_REGEXP_AST_H_
|
|
|
| #include "platform/globals.h"
|
| #include "platform/utils.h"
|
| @@ -389,4 +389,4 @@ class RegExpEmpty : public RegExpTree {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_REGEXP_AST_H_
|
| +#endif // RUNTIME_VM_REGEXP_AST_H_
|
|
|