| Index: runtime/vm/report.h
|
| diff --git a/runtime/vm/report.h b/runtime/vm/report.h
|
| index f95cb84278821c01d149f76cc13fe1d2031055eb..e2efa54b99709382c1d6cbf48745e9b5bf04796c 100644
|
| --- a/runtime/vm/report.h
|
| +++ b/runtime/vm/report.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_REPORT_H_
|
| -#define VM_REPORT_H_
|
| +#ifndef RUNTIME_VM_REPORT_H_
|
| +#define RUNTIME_VM_REPORT_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/token_position.h"
|
| @@ -68,5 +68,5 @@ class Report : AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_REPORT_H_
|
| +#endif // RUNTIME_VM_REPORT_H_
|
|
|
|
|