| Index: runtime/vm/memory_region.h
|
| diff --git a/runtime/vm/memory_region.h b/runtime/vm/memory_region.h
|
| index eaa52210f2fc3f5c98c82b84d48da4ac4ee4e34f..807588bc42eb303e2883b894a585bfd58c184fc7 100644
|
| --- a/runtime/vm/memory_region.h
|
| +++ b/runtime/vm/memory_region.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_MEMORY_REGION_H_
|
| -#define VM_MEMORY_REGION_H_
|
| +#ifndef RUNTIME_VM_MEMORY_REGION_H_
|
| +#define RUNTIME_VM_MEMORY_REGION_H_
|
|
|
| #include "platform/assert.h"
|
| #include "vm/allocation.h"
|
| @@ -79,4 +79,4 @@ class MemoryRegion : public ValueObject {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_MEMORY_REGION_H_
|
| +#endif // RUNTIME_VM_MEMORY_REGION_H_
|
|
|