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

Unified Diff: ui/events/test/event_generator.cc

Issue 669153008: Cleanup: Update the paths to gfx vector2d_conversions.h include. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | ui/gfx/vector2d_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/event_generator.cc
diff --git a/ui/events/test/event_generator.cc b/ui/events/test/event_generator.cc
index 8fae713ac17764827c9bed5006e3e16acad2ff38..24b43876c713988a876d3c3fa04005c386a3379a 100644
--- a/ui/events/test/event_generator.cc
+++ b/ui/events/test/event_generator.cc
@@ -14,7 +14,7 @@
#include "ui/events/event_source.h"
#include "ui/events/event_utils.h"
#include "ui/events/test/events_test_utils.h"
-#include "ui/gfx/vector2d_conversions.h"
+#include "ui/gfx/geometry/vector2d_conversions.h"
#if defined(USE_X11)
#include <X11/Xlib.h>
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | ui/gfx/vector2d_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698