From b3c41c0bfeabc14ef1ba32d757221341c0db5a95 Mon Sep 17 00:00:00 2001 From: "joi@chromium.org" Date: Tue, 6 Mar 2012 15:48:32 +0000 Subject: 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 --- content/browser/tab_contents/render_view_host_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/tab_contents/render_view_host_manager.cc') 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" -- cgit v1.1