| Index: runtime/vm/object_set.h
|
| diff --git a/runtime/vm/object_set.h b/runtime/vm/object_set.h
|
| index 8ba53bad1d1ee9bab0d11491cfaa20230c582a51..f4031fb6c0959fceb1decba5019fdfae428c8dfb 100644
|
| --- a/runtime/vm/object_set.h
|
| +++ b/runtime/vm/object_set.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_SET_H_
|
| -#define VM_OBJECT_SET_H_
|
| +#ifndef RUNTIME_VM_OBJECT_SET_H_
|
| +#define RUNTIME_VM_OBJECT_SET_H_
|
|
|
| #include "platform/utils.h"
|
| #include "vm/bit_vector.h"
|
| @@ -90,4 +90,4 @@ class ObjectSet : public ZoneAllocated {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_OBJECT_SET_H_
|
| +#endif // RUNTIME_VM_OBJECT_SET_H_
|
|
|