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

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

Issue 823703003: Cleanup: Update the path to insets and point headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: point.h Created 6 years 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/test/ui_controls_win.cc ('k') | ui/compositor/debug_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/touch/selection_bound.h
diff --git a/ui/base/touch/selection_bound.h b/ui/base/touch/selection_bound.h
index f7f0f97870a6a9b23417be692a21468b6c421d90..27d734a18de8589d2d4ac42fc86e680f3b7832d8 100644
--- a/ui/base/touch/selection_bound.h
+++ b/ui/base/touch/selection_bound.h
@@ -6,8 +6,8 @@
#define UI_BASE_TOUCH_SELECTION_BOUND_H_
#include "ui/base/ui_base_export.h"
-#include "ui/gfx/point.h"
-#include "ui/gfx/point_f.h"
+#include "ui/gfx/geometry/point.h"
+#include "ui/gfx/geometry/point_f.h"
namespace cc {
struct ViewportSelectionBound;
« no previous file with comments | « ui/base/test/ui_controls_win.cc ('k') | ui/compositor/debug_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698