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

Unified Diff: third_party/WebKit/Source/platform/wtf/ThreadingPthreads.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/ThreadingPthreads.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp b/third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp
index 763081ed0b4b6eec315fc2c9153dcb4168ad631f..bb603d861302c334a2ce1b7b47c751cf3dfacf02 100644
--- a/third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp
+++ b/third_party/WebKit/Source/platform/wtf/ThreadingPthreads.cpp
@@ -32,6 +32,10 @@
#if OS(POSIX)
+#include <errno.h>
+#include <limits.h>
+#include <sched.h>
+#include <sys/time.h>
#include "platform/wtf/CurrentTime.h"
#include "platform/wtf/DateMath.h"
#include "platform/wtf/HashMap.h"
@@ -40,10 +44,6 @@
#include "platform/wtf/ThreadingPrimitives.h"
#include "platform/wtf/WTFThreadData.h"
#include "platform/wtf/dtoa/double-conversion.h"
-#include <errno.h>
-#include <limits.h>
-#include <sched.h>
-#include <sys/time.h>
#if OS(MACOSX)
#include <objc/objc-auto.h>

Powered by Google App Engine
This is Rietveld 408576698