| Index: chrome/browser/extensions/plugin_manager.h
|
| diff --git a/chrome/browser/extensions/plugin_manager.h b/chrome/browser/extensions/plugin_manager.h
|
| index 096f7a6e6bbe8502d90201ed4f8a32dc945f55cc..71f91d63ea56b3b281edb5daf1e7a4951d575710 100644
|
| --- a/chrome/browser/extensions/plugin_manager.h
|
| +++ b/chrome/browser/extensions/plugin_manager.h
|
| @@ -13,12 +13,16 @@
|
| class GURL;
|
| class Profile;
|
|
|
| +namespace content {
|
| +class BrowserContext;
|
| +}
|
| +
|
| namespace extensions {
|
|
|
| class PluginManager : public ProfileKeyedAPI,
|
| public content::NotificationObserver {
|
| public:
|
| - explicit PluginManager(Profile* profile);
|
| + explicit PluginManager(content::BrowserContext* context);
|
| virtual ~PluginManager();
|
|
|
| // ProfileKeyedAPI implementation.
|
|
|