| Index: runtime/vm/lockers.h
|
| diff --git a/runtime/vm/lockers.h b/runtime/vm/lockers.h
|
| index a0b1a179be8f0aacce55c0d53b35777e442ee7b6..1ffe532c25db17b5dfe893f194956ea7cf6ab3d5 100644
|
| --- a/runtime/vm/lockers.h
|
| +++ b/runtime/vm/lockers.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_LOCKERS_H_
|
| -#define VM_LOCKERS_H_
|
| +#ifndef RUNTIME_VM_LOCKERS_H_
|
| +#define RUNTIME_VM_LOCKERS_H_
|
|
|
| #include "platform/assert.h"
|
| #include "vm/allocation.h"
|
| @@ -258,4 +258,4 @@ class SafepointMonitorLocker : public ValueObject {
|
| } // namespace dart
|
|
|
|
|
| -#endif // VM_LOCKERS_H_
|
| +#endif // RUNTIME_VM_LOCKERS_H_
|
|
|