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

Unified Diff: views/widget/root_view.cc

Issue 6312156: Change includes of gfx/* to ui/gfx/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « views/widget/monitor_win.cc ('k') | views/widget/root_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/root_view.cc
===================================================================
--- views/widget/root_view.cc (revision 73642)
+++ views/widget/root_view.cc (working copy)
@@ -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
« no previous file with comments | « views/widget/monitor_win.cc ('k') | views/widget/root_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698