| Index: runtime/vm/spaces.h
|
| diff --git a/runtime/vm/spaces.h b/runtime/vm/spaces.h
|
| index 8d149b4492079bd6569052730cc032df1e956d08..4b94b4816aa8ae4ac5447e32de85c18af11df973 100644
|
| --- a/runtime/vm/spaces.h
|
| +++ b/runtime/vm/spaces.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_SPACES_H_
|
| -#define VM_SPACES_H_
|
| +#ifndef RUNTIME_VM_SPACES_H_
|
| +#define RUNTIME_VM_SPACES_H_
|
|
|
| // This file contains utilities shared by old and new space.
|
| // TODO(koda): Create Space base class with Space::CurrentUsage().
|
| @@ -23,4 +23,4 @@ struct SpaceUsage {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_SPACES_H_
|
| +#endif // RUNTIME_VM_SPACES_H_
|
|
|