diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 06:00:56 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 06:00:56 +0000 |
commit | e67385f3093d79371b080f3042b754cf4fd0e63e (patch) | |
tree | d0309f72fb6da658e325e7e84080a4cbd8eb397c /content/browser/plugin_data_remover_impl.cc | |
parent | d487beefe0374fb88cebc02b95063fa7ae6f5beb (diff) | |
download | chromium_src-e67385f3093d79371b080f3042b754cf4fd0e63e.zip chromium_src-e67385f3093d79371b080f3042b754cf4fd0e63e.tar.gz chromium_src-e67385f3093d79371b080f3042b754cf4fd0e63e.tar.bz2 |
Rename PluginService to PluginServiceImpl.
BUG=98716
Review URL: http://codereview.chromium.org/9019004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_data_remover_impl.cc')
-rw-r--r-- | content/browser/plugin_data_remover_impl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc index 7d26690..f613675 100644 --- a/content/browser/plugin_data_remover_impl.cc +++ b/content/browser/plugin_data_remover_impl.cc @@ -9,7 +9,7 @@ #include "base/synchronization/waitable_event.h" #include "base/version.h" #include "content/browser/plugin_process_host.h" -#include "content/browser/plugin_service.h" +#include "content/browser/plugin_service_impl.h" #include "content/common/child_process_host_impl.h" #include "content/common/plugin_messages.h" #include "content/public/browser/browser_thread.h" @@ -95,7 +95,7 @@ class PluginDataRemoverImpl::Context // Balanced in OnChannelOpened or OnError. Exactly one them will eventually // be called, so we need to keep this object around until then. AddRef(); - PluginService::GetInstance()->OpenChannelToNpapiPlugin( + PluginServiceImpl::GetInstance()->OpenChannelToNpapiPlugin( 0, 0, GURL(), GURL(), mime_type, this); } |