Index: third_party/WebKit/public/platform/WebFloatRect.h |
diff --git a/third_party/WebKit/public/platform/WebFloatRect.h b/third_party/WebKit/public/platform/WebFloatRect.h |
index b7d78a8155528ae91d5c7355e2dc1f39a91efe73..7fd6b106c9c8bb7930338303aca5f5b202ad299d 100644 |
--- a/third_party/WebKit/public/platform/WebFloatRect.h |
+++ b/third_party/WebKit/public/platform/WebFloatRect.h |
@@ -36,9 +36,9 @@ |
#if INSIDE_BLINK |
#include "platform/geometry/FloatRect.h" |
#else |
+#include <ui/gfx/geometry/rect_f.h> |
#include <algorithm> |
#include <cmath> |
-#include <ui/gfx/geometry/rect_f.h> |
#endif |
namespace blink { |