| Index: runtime/vm/timeline.h
|
| diff --git a/runtime/vm/timeline.h b/runtime/vm/timeline.h
|
| index 851113f8ca3f5caa578cdbd937b71a2b5faa3ef3..64d11a032ec44600b7d21c540a5c85e9ce15e2fb 100644
|
| --- a/runtime/vm/timeline.h
|
| +++ b/runtime/vm/timeline.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_TIMELINE_H_
|
| -#define VM_TIMELINE_H_
|
| +#ifndef RUNTIME_VM_TIMELINE_H_
|
| +#define RUNTIME_VM_TIMELINE_H_
|
|
|
| #include "include/dart_tools_api.h"
|
|
|
| @@ -914,4 +914,4 @@ class TimelineEventBlockIterator {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_TIMELINE_H_
|
| +#endif // RUNTIME_VM_TIMELINE_H_
|
|
|