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

Unified Diff: third_party/WebKit/Source/build/mac/Prefix.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/build/mac/Prefix.h
diff --git a/third_party/WebKit/Source/build/mac/Prefix.h b/third_party/WebKit/Source/build/mac/Prefix.h
index 17706fec4ef4db32003d963bd1e81b7e75d756f1..92567150de589e29596ee1c2bfef4c1c37f4898a 100644
--- a/third_party/WebKit/Source/build/mac/Prefix.h
+++ b/third_party/WebKit/Source/build/mac/Prefix.h
@@ -23,9 +23,8 @@
* build without this header, although we rarely test that.
*/
-#include <pthread.h>
-#include <sys/types.h>
#include <fcntl.h>
+#include <pthread.h>
#include <regex.h>
#include <setjmp.h>
#include <signal.h>
@@ -34,6 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <time.h>
#include <unistd.h>
@@ -43,12 +43,12 @@
#include <new>
#endif // __cplusplus
+#include <CoreFoundation/CoreFoundation.h>
+#include <CoreServices/CoreServices.h>
#include <sys/param.h>
+#include <sys/resource.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <sys/resource.h>
-#include <CoreFoundation/CoreFoundation.h>
-#include <CoreServices/CoreServices.h>
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>

Powered by Google App Engine
This is Rietveld 408576698