| Index: runtime/vm/regexp_parser.h
|
| diff --git a/runtime/vm/regexp_parser.h b/runtime/vm/regexp_parser.h
|
| index aed1423ce39d1c429d3b7c30972878cc578f704c..5108e931b5095706ee15b8231d33d91ec889f4a8 100644
|
| --- a/runtime/vm/regexp_parser.h
|
| +++ b/runtime/vm/regexp_parser.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_PARSER_H_
|
| -#define VM_REGEXP_PARSER_H_
|
| +#ifndef RUNTIME_VM_REGEXP_PARSER_H_
|
| +#define RUNTIME_VM_REGEXP_PARSER_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/growable_array.h"
|
| @@ -173,4 +173,4 @@ class RegExpParser : public ValueObject {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_REGEXP_PARSER_H_
|
| +#endif // RUNTIME_VM_REGEXP_PARSER_H_
|
|
|