| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index dcf3992f1d0e5032a759508851cfc3c7fa4d3d47..cb47575ff2542a4121b4a310a554bdcc686dfa81 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.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_RAW_OBJECT_H_
|
| -#define VM_RAW_OBJECT_H_
|
| +#ifndef RUNTIME_VM_RAW_OBJECT_H_
|
| +#define RUNTIME_VM_RAW_OBJECT_H_
|
|
|
| #include "platform/assert.h"
|
| #include "vm/atomic.h"
|
| @@ -2493,4 +2493,4 @@ inline intptr_t RawObject::NumberOfTypedDataClasses() {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_RAW_OBJECT_H_
|
| +#endif // RUNTIME_VM_RAW_OBJECT_H_
|
|
|