| Index: runtime/vm/proccpuinfo.h
|
| diff --git a/runtime/vm/proccpuinfo.h b/runtime/vm/proccpuinfo.h
|
| index 0814c6aaa8e24a1dec7828f5cec859caf00cc9c5..e81d7ee6680125421dc56e75a1e1cd43ce5d44db 100644
|
| --- a/runtime/vm/proccpuinfo.h
|
| +++ b/runtime/vm/proccpuinfo.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_PROCCPUINFO_H_
|
| -#define VM_PROCCPUINFO_H_
|
| +#ifndef RUNTIME_VM_PROCCPUINFO_H_
|
| +#define RUNTIME_VM_PROCCPUINFO_H_
|
|
|
| #include "vm/globals.h"
|
| #if defined(TARGET_OS_LINUX) || defined(TARGET_OS_ANDROID)
|
| @@ -31,4 +31,4 @@ class ProcCpuInfo : public AllStatic {
|
|
|
| #endif // defined(TARGET_OS_LINUX) || defined(TARGET_OS_ANDROID)
|
|
|
| -#endif // VM_PROCCPUINFO_H_
|
| +#endif // RUNTIME_VM_PROCCPUINFO_H_
|
|
|