| Index: runtime/vm/safepoint.h
|
| diff --git a/runtime/vm/safepoint.h b/runtime/vm/safepoint.h
|
| index 15c2c983ba06e2ccce96eea48bda70c7beb88d27..8a48f294d013c1fef87862268d201a78f5be3004 100644
|
| --- a/runtime/vm/safepoint.h
|
| +++ b/runtime/vm/safepoint.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_SAFEPOINT_H_
|
| -#define VM_SAFEPOINT_H_
|
| +#ifndef RUNTIME_VM_SAFEPOINT_H_
|
| +#define RUNTIME_VM_SAFEPOINT_H_
|
|
|
| #include "vm/globals.h"
|
| #include "vm/lockers.h"
|
| @@ -384,4 +384,4 @@ class TransitionToVM : public TransitionSafepointState {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_SAFEPOINT_H_
|
| +#endif // RUNTIME_VM_SAFEPOINT_H_
|
|
|