Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp b/third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp
index 2fd8fa31154b51f32318a928b1c354aaeb230b49..dcc43bc8258ea32dca0521f0de342bb2cf8f4ee5 100644
--- a/third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp
+++ b/third_party/WebKit/Source/platform/wtf/ThreadingWin.cpp
@@ -100,6 +100,9 @@
#if OS(WIN)
+#include <errno.h>
+#include <process.h>
+#include <windows.h>
#include "platform/wtf/CurrentTime.h"
#include "platform/wtf/DateMath.h"
#include "platform/wtf/HashMap.h"
@@ -108,9 +111,6 @@
#include "platform/wtf/ThreadingPrimitives.h"
#include "platform/wtf/WTFThreadData.h"
#include "platform/wtf/dtoa/double-conversion.h"
-#include <errno.h>
-#include <process.h>
-#include <windows.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698