summaryrefslogtreecommitdiffstats
path: root/views/widget/root_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/root_view.cc')
-rw-r--r--views/widget/root_view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/widget/root_view.cc b/views/widget/root_view.cc
index d9c1ae2..5ce171f 100644
--- a/views/widget/root_view.cc
+++ b/views/widget/root_view.cc
@@ -12,9 +12,9 @@
#include "base/logging.h"
#include "base/message_loop.h"
-#include "gfx/canvas_skia.h"
#include "ui/base/dragdrop/drag_drop_types.h"
#include "ui/base/keycodes/keyboard_codes.h"
+#include "ui/gfx/canvas_skia.h"
#include "views/focus/view_storage.h"
#include "views/layout/fill_layout.h"
#include "views/widget/widget.h"
@@ -23,7 +23,7 @@
#if defined(TOUCH_UI)
#include "views/touchui/gesture_manager.h"
#if defined(HAVE_XINPUT2)
-#include "gfx/gtk_util.h"
+#include "ui/gfx/gtk_util.h"
#include "views/touchui/touch_factory.h"
#endif
#endif