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

Unified Diff: ui/base/touch/selection_bound.cc

Issue 823133004: Cleanup: Update the path to gfx rect headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rect_f.h Created 5 years, 12 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 | « ui/base/ime/win/imm32_manager.h ('k') | ui/base/touch/selection_bound_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/touch/selection_bound.cc
diff --git a/ui/base/touch/selection_bound.cc b/ui/base/touch/selection_bound.cc
index 2102ef24c094becd2e83126dbed4120b637e7e2c..da606233e193a34d833a47eb9868f49803ce5a07 100644
--- a/ui/base/touch/selection_bound.cc
+++ b/ui/base/touch/selection_bound.cc
@@ -8,7 +8,7 @@
#include "cc/output/viewport_selection_bound.h"
#include "ui/base/touch/selection_bound.h"
#include "ui/gfx/geometry/point_conversions.h"
-#include "ui/gfx/rect.h"
+#include "ui/gfx/geometry/rect.h"
namespace ui {
« no previous file with comments | « ui/base/ime/win/imm32_manager.h ('k') | ui/base/touch/selection_bound_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698