Chromium Code Reviews| Index: runtime/vm/cpuinfo_macos.cc |
| diff --git a/runtime/vm/cpuinfo_macos.cc b/runtime/vm/cpuinfo_macos.cc |
| index eef06d9d8100223a04fa05ad994b86a921ef8182..64e46f3b65d0984663be075bb382b9f38d021774 100644 |
| --- a/runtime/vm/cpuinfo_macos.cc |
| +++ b/runtime/vm/cpuinfo_macos.cc |
| @@ -7,8 +7,8 @@ |
| #include "vm/cpuinfo.h" |
| -#include <errno.h> // NOLINT |
| -#include <sys/types.h> // NOLINT |
| +#include <errno.h> // NOLINT |
| +#include <sys/types.h> // NOLINT |
| #include <sys/sysctl.h> // NOLINT |
| #include "platform/assert.h" |