Index: third_party/WebKit/Source/core/frame/NavigatorID.cpp |
diff --git a/third_party/WebKit/Source/core/frame/NavigatorID.cpp b/third_party/WebKit/Source/core/frame/NavigatorID.cpp |
index 99e652240e820f759dad1f7a9690f9d6a2f66573..1d02fcab8c450963eedbcf5d41696129ac27a415 100644 |
--- a/third_party/WebKit/Source/core/frame/NavigatorID.cpp |
+++ b/third_party/WebKit/Source/core/frame/NavigatorID.cpp |
@@ -32,9 +32,9 @@ |
#include "core/frame/NavigatorID.h" |
#if !OS(MACOSX) && !OS(WIN) |
+#include <sys/utsname.h> |
#include "wtf/ThreadSpecific.h" |
#include "wtf/Threading.h" |
-#include <sys/utsname.h> |
#endif |
namespace blink { |