diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 02:09:58 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 02:09:58 +0000 |
commit | c13be0d2381881a8ee2a90fecb8c74757972889c (patch) | |
tree | 98f9808c5492cd76b79bfc8e80585be395830cbb /chrome/browser/automation/ui_controls_gtk.cc | |
parent | c0cfa519feb222571f5d046eb448aa422466bf45 (diff) | |
download | chromium_src-c13be0d2381881a8ee2a90fecb8c74757972889c.zip chromium_src-c13be0d2381881a8ee2a90fecb8c74757972889c.tar.gz chromium_src-c13be0d2381881a8ee2a90fecb8c74757972889c.tar.bz2 |
views: Move widget/ directory to ui/views.
BUG=104039
R=ben@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110949
Review URL: http://codereview.chromium.org/8598031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/ui_controls_gtk.cc')
-rw-r--r-- | chrome/browser/automation/ui_controls_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/ui_controls_gtk.cc b/chrome/browser/automation/ui_controls_gtk.cc index 0ca2378..f72d9da 100644 --- a/chrome/browser/automation/ui_controls_gtk.cc +++ b/chrome/browser/automation/ui_controls_gtk.cc @@ -17,8 +17,8 @@ #include "ui/gfx/rect.h" #if defined(TOOLKIT_VIEWS) +#include "ui/views/widget/widget.h" #include "views/view.h" -#include "views/widget/widget.h" #endif namespace { |