Move PluginServiceFilter to content/public/browser.

BUG=98716
[email protected]

Review URL: https://chromiumcodereview.appspot.com/9677030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126405 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
index c2a9b34..789d254d 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"