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

Unified Diff: public/platform/WebSize.h

Issue 400403002: Delete reduntdant 19 header files in ui/gfx of chromium (blink side) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 | « public/platform/WebPoint.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebSize.h
diff --git a/public/platform/WebSize.h b/public/platform/WebSize.h
index f54cdb2abd25dd5ef36c5e216e16c6f700fc649b..2a0a45f940887347e8e277e9440c50d4a190f826 100644
--- a/public/platform/WebSize.h
+++ b/public/platform/WebSize.h
@@ -38,8 +38,8 @@
#else
#include <algorithm>
#include <cmath>
-#include <ui/gfx/size.h>
-#include <ui/gfx/vector2d.h>
+#include <ui/gfx/geometry/size.h>
+#include <ui/gfx/geometry/vector2d.h>
#endif
namespace blink {
« no previous file with comments | « public/platform/WebPoint.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698