#ifndef CHROME_BROWSER_PLUGINS_CHROME_PLUGIN_SERVICE_FILTER_H_
#define CHROME_BROWSER_PLUGINS_CHROME_PLUGIN_SERVICE_FILTER_H_
#include <map>
#include <memory>
#include <set>
#include <string>
#include "base/files/file_path.h"
#include "base/functional/callback.h"
#include "base/memory/singleton.h"
#include "base/memory/weak_ptr.h"
#include "base/scoped_multi_source_observation.h"
#include "base/synchronization/lock.h"
#include "content/public/browser/plugin_service_filter.h"
#include "content/public/browser/render_process_host_observer.h"
class Profile;
namespace content {
class WebContents;
}
class ChromePluginServiceFilter : public content::PluginServiceFilter,
public content::RenderProcessHostObserver { … };
#endif