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/plugin_service_impl.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/plugin_service_impl.cc')
-rw-r--r-- | content/browser/plugin_service_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc index 7b2f2c6..45341dc 100644 --- a/content/browser/plugin_service_impl.cc +++ b/content/browser/plugin_service_impl.cc @@ -20,7 +20,7 @@ #include "content/browser/plugin_service_filter.h" #include "content/browser/ppapi_plugin_process_host.h" #include "content/browser/renderer_host/render_process_host_impl.h" -#include "content/browser/renderer_host/render_view_host.h" +#include "content/browser/renderer_host/render_view_host_impl.h" #include "content/common/pepper_plugin_registry.h" #include "content/common/plugin_messages.h" #include "content/common/utility_messages.h" |