| Index: chrome/browser/plugins/plugin_prefs.h
|
| diff --git a/chrome/browser/plugins/plugin_prefs.h b/chrome/browser/plugins/plugin_prefs.h
|
| index c4d0f045562eead7ecec6714b91ff8f613220bdc..93872f740c675bd1536306200f5c14062b3e0e64 100644
|
| --- a/chrome/browser/plugins/plugin_prefs.h
|
| +++ b/chrome/browser/plugins/plugin_prefs.h
|
| @@ -33,7 +33,7 @@ class PluginList;
|
| // This class stores information about whether a plug-in or a plug-in group is
|
| // enabled or disabled.
|
| // Except where otherwise noted, it can be used on every thread.
|
| -class PluginPrefs : public RefcountedProfileKeyedService {
|
| +class PluginPrefs : public RefcountedBrowserContextKeyedService {
|
| public:
|
| enum PolicyStatus {
|
| NO_POLICY = 0, // Neither enabled or disabled by policy.
|
|
|