diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-20 13:38:06 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-20 13:38:06 +0000 |
commit | 86b3b463c1523d861755ddb18c041f4cda1a5124 (patch) | |
tree | 84ad6dfdb274c4e4762dc3e770285ac8da31b489 /chrome/browser/automation | |
parent | fa82b677ae1b89076965edb844279fcf28f5d17e (diff) | |
download | chromium_src-86b3b463c1523d861755ddb18c041f4cda1a5124.zip chromium_src-86b3b463c1523d861755ddb18c041f4cda1a5124.tar.gz chromium_src-86b3b463c1523d861755ddb18c041f4cda1a5124.tar.bz2 |
Move RenderWidgetHostView into content namespace. Fix include paths.
TBR=pkasting@chromium.org
BUG=98716
Review URL: http://codereview.chromium.org/9420007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122753 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc index 29c397f..afc251a 100644 --- a/chrome/browser/automation/testing_automation_provider.cc +++ b/chrome/browser/automation/testing_automation_provider.cc @@ -50,8 +50,8 @@ #include "chrome/browser/download/download_service_factory.h" #include "chrome/browser/download/download_shelf.h" #include "chrome/browser/download/save_package_file_picker.h" -#include "chrome/browser/extensions/crx_installer.h" #include "chrome/browser/extensions/browser_action_test_util.h" +#include "chrome/browser/extensions/crx_installer.h" #include "chrome/browser/extensions/extension_host.h" #include "chrome/browser/extensions/extension_process_manager.h" #include "chrome/browser/extensions/extension_service.h" @@ -121,7 +121,6 @@ #include "chrome/common/render_messages.h" #include "chrome/common/url_constants.h" #include "content/browser/renderer_host/render_view_host.h" -#include "content/browser/renderer_host/render_widget_host_view.h" #include "content/public/browser/browser_child_process_host_iterator.h" #include "content/public/browser/child_process_data.h" #include "content/public/browser/favicon_status.h" @@ -131,6 +130,7 @@ #include "content/public/browser/notification_service.h" #include "content/public/browser/plugin_service.h" #include "content/public/browser/render_process_host.h" +#include "content/public/browser/render_widget_host_view.h" #include "content/public/browser/web_contents.h" #include "content/public/common/child_process_host.h" #include "content/public/common/common_param_traits.h" |