| Index: runtime/vm/object_store.h
|
| diff --git a/runtime/vm/object_store.h b/runtime/vm/object_store.h
|
| index d663145d8d06c9377d1ef9b97c9e14eaeb4f2384..0ff6a8e6fe695bc36eeef440d2ef1e9190dd02b9 100644
|
| --- a/runtime/vm/object_store.h
|
| +++ b/runtime/vm/object_store.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_OBJECT_STORE_H_
|
| -#define VM_OBJECT_STORE_H_
|
| +#ifndef RUNTIME_VM_OBJECT_STORE_H_
|
| +#define RUNTIME_VM_OBJECT_STORE_H_
|
|
|
| #include "vm/object.h"
|
|
|
| @@ -647,4 +647,4 @@ OBJECT_STORE_FIELD_LIST(DECLARE_OBJECT_STORE_FIELD)
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_OBJECT_STORE_H_
|
| +#endif // RUNTIME_VM_OBJECT_STORE_H_
|
|
|