diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-13 16:43:09 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-13 16:43:09 +0000 |
commit | 31f376cae2b8ca1d7af8104745aa34991b33a30a (patch) | |
tree | f983c932b0053c25363e3722f823bc71bf3a62bf /content/browser/plugin_service_impl.cc | |
parent | e40196e487d742a8fc97b94588ad6b48ec7e2054 (diff) | |
download | chromium_src-31f376cae2b8ca1d7af8104745aa34991b33a30a.zip chromium_src-31f376cae2b8ca1d7af8104745aa34991b33a30a.tar.gz chromium_src-31f376cae2b8ca1d7af8104745aa34991b33a30a.tar.bz2 |
Move PluginServiceFilter to content/public/browser.
BUG=98716
R=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9677030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126405 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 c2a9b34..789d254 100644 --- a/content/browser/plugin_service_impl.cc +++ b/content/browser/plugin_service_impl.cc @@ -17,7 +17,6 @@ #include "base/utf_string_conversions.h" #include "base/values.h" #include "content/browser/plugin_loader_posix.h" -#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_impl.h" @@ -29,6 +28,7 @@ #include "content/public/browser/content_browser_client.h" #include "content/public/browser/notification_service.h" #include "content/public/browser/notification_types.h" +#include "content/public/browser/plugin_service_filter.h" #include "content/public/browser/resource_context.h" #include "content/public/common/content_switches.h" #include "content/public/common/process_type.h" |