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

Unified Diff: third_party/WebKit/public/platform/WebSize.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
« no previous file with comments | « third_party/WebKit/public/platform/WebRect.h ('k') | third_party/WebKit/public/platform/WebString.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4e57ac6285f391b693f4c765fed8ae0e74b48a76..66f0f19dfed35185d3f55a4771d43a0c72bf8a21 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 {
« no previous file with comments | « third_party/WebKit/public/platform/WebRect.h ('k') | third_party/WebKit/public/platform/WebString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698