| Index: third_party/WebKit/Source/platform/mac/VersionUtilMac.mm
|
| diff --git a/third_party/WebKit/Source/platform/mac/VersionUtilMac.mm b/third_party/WebKit/Source/platform/mac/VersionUtilMac.mm
|
| index b2f970c3b19a838d13eae66f6700185637af5077..521565c613d4a423a6d913464b4da44e00790744 100644
|
| --- a/third_party/WebKit/Source/platform/mac/VersionUtilMac.mm
|
| +++ b/third_party/WebKit/Source/platform/mac/VersionUtilMac.mm
|
| @@ -4,9 +4,9 @@
|
|
|
| #import "platform/mac/VersionUtilMac.h"
|
|
|
| +#include <sys/utsname.h>
|
| #include <sstream>
|
| #include <string>
|
| -#include <sys/utsname.h>
|
|
|
| namespace {
|
|
|
|
|