| Index: runtime/platform/utils.h
|
| diff --git a/runtime/vm/utils.h b/runtime/platform/utils.h
|
| similarity index 97%
|
| rename from runtime/vm/utils.h
|
| rename to runtime/platform/utils.h
|
| index 855e1f18d884249e6caae76e0cb8bfbaf3a0b7fd..38d87bd6020e8072e240bb006cd25c59edf634f5 100644
|
| --- a/runtime/vm/utils.h
|
| +++ b/runtime/platform/utils.h
|
| @@ -2,11 +2,11 @@
|
| // 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_UTILS_H_
|
| -#define VM_UTILS_H_
|
| +#ifndef PLATFORM_UTILS_H_
|
| +#define PLATFORM_UTILS_H_
|
|
|
| #include "platform/assert.h"
|
| -#include "vm/globals.h"
|
| +#include "platform/globals.h"
|
|
|
| namespace dart {
|
|
|
| @@ -152,4 +152,4 @@ class Utils {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_UTILS_H_
|
| +#endif // PLATFORM_UTILS_H_
|
|
|