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

Unified Diff: third_party/WebKit/public/platform/WebSize.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/public/platform/WebSize.h
diff --git a/third_party/WebKit/public/platform/WebSize.h b/third_party/WebKit/public/platform/WebSize.h
index 8823b09f6394a98dba9184d556a60882587308bc..7e47d61b60c2999bbb895151a03d5ad49c4337ae 100644
--- a/third_party/WebKit/public/platform/WebSize.h
+++ b/third_party/WebKit/public/platform/WebSize.h
@@ -36,10 +36,10 @@
#if INSIDE_BLINK
#include "platform/geometry/IntSize.h"
#else
-#include <algorithm>
-#include <cmath>
#include <ui/gfx/geometry/size.h>
#include <ui/gfx/geometry/vector2d.h>
+#include <algorithm>
+#include <cmath>
#endif
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698