| Index: runtime/vm/virtual_memory.h
|
| diff --git a/runtime/vm/virtual_memory.h b/runtime/vm/virtual_memory.h
|
| index 6e43cb43c61ec66edcdea6034d5fb0e0046fbea7..8eefd30342d8a37348ba9cd2d860979d26336897 100644
|
| --- a/runtime/vm/virtual_memory.h
|
| +++ b/runtime/vm/virtual_memory.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_VIRTUAL_MEMORY_H_
|
| -#define VM_VIRTUAL_MEMORY_H_
|
| +#ifndef RUNTIME_VM_VIRTUAL_MEMORY_H_
|
| +#define RUNTIME_VM_VIRTUAL_MEMORY_H_
|
|
|
| #include "platform/utils.h"
|
| #include "vm/globals.h"
|
| @@ -107,4 +107,4 @@ class VirtualMemory {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_VIRTUAL_MEMORY_H_
|
| +#endif // RUNTIME_VM_VIRTUAL_MEMORY_H_
|
|
|