| Index: runtime/vm/object_id_ring.h
|
| diff --git a/runtime/vm/object_id_ring.h b/runtime/vm/object_id_ring.h
|
| index b3ad0c95144b02fef7993d2ff75e9a38c5a954d4..7b0fcde7704ccca7da2ce552fb86b8fb32d2c442 100644
|
| --- a/runtime/vm/object_id_ring.h
|
| +++ b/runtime/vm/object_id_ring.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_ID_RING_H_
|
| -#define VM_OBJECT_ID_RING_H_
|
| +#ifndef RUNTIME_VM_OBJECT_ID_RING_H_
|
| +#define RUNTIME_VM_OBJECT_ID_RING_H_
|
|
|
| namespace dart {
|
|
|
| @@ -86,4 +86,4 @@ class ObjectIdRing {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_OBJECT_ID_RING_H_
|
| +#endif // RUNTIME_VM_OBJECT_ID_RING_H_
|
|
|