diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 00:44:14 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 00:44:14 +0000 |
commit | 05fcf98bd3e7c462917996fb1c601793dd6345c9 (patch) | |
tree | 6e343997968c711f9d7a336e27b133bd14dfaf6b /chrome/browser/automation/automation_util.cc | |
parent | 0e194cc6261463902915398c3d975d4de64852ff (diff) | |
download | chromium_src-05fcf98bd3e7c462917996fb1c601793dd6345c9.zip chromium_src-05fcf98bd3e7c462917996fb1c601793dd6345c9.tar.gz chromium_src-05fcf98bd3e7c462917996fb1c601793dd6345c9.tar.bz2 |
Move BrowserRenderProcessHost to content. It should have been moved earlier.
Review URL: http://codereview.chromium.org/6877019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_util.cc')
-rw-r--r-- | chrome/browser/automation/automation_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_util.cc b/chrome/browser/automation/automation_util.cc index 268fe44..98c9c6f 100644 --- a/chrome/browser/automation/automation_util.cc +++ b/chrome/browser/automation/automation_util.cc @@ -12,11 +12,11 @@ #include "chrome/browser/automation/automation_provider.h" #include "chrome/browser/automation/automation_provider_json.h" #include "chrome/browser/profiles/profile.h" -#include "chrome/browser/renderer_host/browser_render_process_host.h" #include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/browser_list.h" #include "chrome/browser/ui/browser.h" #include "content/browser/browser_thread.h" +#include "content/browser/renderer_host/browser_render_process_host.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/tab_contents/tab_contents.h" #include "net/base/cookie_monster.h" |