diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 18:00:32 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-21 18:00:32 +0000 |
commit | 79f06c737237ce41274a3e528a500c9a7fb48ae3 (patch) | |
tree | 16c6291a61b658c15ecda8fff6e8e4c701c119fc /chrome/browser/automation/automation_provider_win.cc | |
parent | ec77efa8699c028cc8a1712c75b68be28833b3bf (diff) | |
download | chromium_src-79f06c737237ce41274a3e528a500c9a7fb48ae3.zip chromium_src-79f06c737237ce41274a3e528a500c9a7fb48ae3.tar.gz chromium_src-79f06c737237ce41274a3e528a500c9a7fb48ae3.tar.bz2 |
Revert 110949 - views: Move widget/ directory to ui/views.
BUG=104039
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8598031
TBR=tfarina@chromium.org
Review URL: http://codereview.chromium.org/8547015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110953 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider_win.cc')
-rw-r--r-- | chrome/browser/automation/automation_provider_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider_win.cc b/chrome/browser/automation/automation_provider_win.cc index d3b3db2..4fa7a9c 100644 --- a/chrome/browser/automation/automation_provider_win.cc +++ b/chrome/browser/automation/automation_provider_win.cc @@ -27,7 +27,7 @@ #include "content/public/common/page_zoom.h" #include "ui/base/keycodes/keyboard_codes.h" #include "ui/views/focus/accelerator_handler.h" -#include "ui/views/widget/root_view.h" +#include "views/widget/root_view.h" // This task just adds another task to the event queue. This is useful if // you want to ensure that any tasks added to the event queue after this one |