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

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

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/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 7dfa038e354d2303d053ca29cceb4816b3fbe8c8..9c5df5f6847ce8f98d5a38b7596f99253bcbe250 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,11 +43,11 @@
#include <new>
#endif // __cplusplus
+#include <CoreFoundation/CoreFoundation.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>
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>

Powered by Google App Engine
This is Rietveld 408576698