diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-06 15:48:32 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-06 15:48:32 +0000 |
commit | b3c41c0bfeabc14ef1ba32d757221341c0db5a95 (patch) | |
tree | 60970a3f734fc1137961d8def94b808915cff62d /content/browser/tab_contents/render_view_host_manager.cc | |
parent | 9c1662b1bcee8857245303d037a0f133e58a6079 (diff) | |
download | chromium_src-b3c41c0bfeabc14ef1ba32d757221341c0db5a95.zip chromium_src-b3c41c0bfeabc14ef1ba32d757221341c0db5a95.tar.gz chromium_src-b3c41c0bfeabc14ef1ba32d757221341c0db5a95.tar.bz2 |
Move Render(Widget|View)HostImpl to files with _impl in filename.
TBR=jam@chromium.org
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9600021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125167 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/tab_contents/render_view_host_manager.cc')
-rw-r--r-- | content/browser/tab_contents/render_view_host_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/render_view_host_manager.cc b/content/browser/tab_contents/render_view_host_manager.cc index 29faba0a..3d7b9c5 100644 --- a/content/browser/tab_contents/render_view_host_manager.cc +++ b/content/browser/tab_contents/render_view_host_manager.cc @@ -9,8 +9,8 @@ #include "base/command_line.h" #include "base/logging.h" #include "content/browser/debugger/devtools_manager_impl.h" -#include "content/browser/renderer_host/render_view_host.h" #include "content/browser/renderer_host/render_view_host_factory.h" +#include "content/browser/renderer_host/render_view_host_impl.h" #include "content/browser/site_instance_impl.h" #include "content/browser/tab_contents/navigation_controller_impl.h" #include "content/browser/tab_contents/navigation_entry_impl.h" |