| Index: runtime/vm/log.h
|
| diff --git a/runtime/vm/log.h b/runtime/vm/log.h
|
| index a2f18fad5b73ae9c5ad740cf1358f91a006bbd9a..e6cc336d92739f372ffbfc1773c8da9ffefff833 100644
|
| --- a/runtime/vm/log.h
|
| +++ b/runtime/vm/log.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_LOG_H_
|
| -#define VM_LOG_H_
|
| +#ifndef RUNTIME_VM_LOG_H_
|
| +#define RUNTIME_VM_LOG_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/growable_array.h"
|
| @@ -98,4 +98,4 @@ class LogBlock : public StackResource {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_LOG_H_
|
| +#endif // RUNTIME_VM_LOG_H_
|
|
|