| Index: runtime/vm/cpuinfo.h
|
| diff --git a/runtime/vm/cpuinfo.h b/runtime/vm/cpuinfo.h
|
| index 95b6ec3c6148937d60a755087a591907c38bc99f..6e8da6d1214fb547bdc7b6b6e7c2e11ae316b86b 100644
|
| --- a/runtime/vm/cpuinfo.h
|
| +++ b/runtime/vm/cpuinfo.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_CPUINFO_H_
|
| -#define VM_CPUINFO_H_
|
| +#ifndef RUNTIME_VM_CPUINFO_H_
|
| +#define RUNTIME_VM_CPUINFO_H_
|
|
|
| #include "platform/assert.h"
|
| #include "vm/allocation.h"
|
| @@ -72,4 +72,4 @@ class CpuInfo : public AllStatic {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_CPUINFO_H_
|
| +#endif // RUNTIME_VM_CPUINFO_H_
|
|
|