| Index: chrome/browser/plugin_prefs.h
|
| diff --git a/chrome/browser/plugin_prefs.h b/chrome/browser/plugin_prefs.h
|
| index f37eac1012b15d3bcddf91fa4584bc405cc8db90..678aed2eb44b58609e6c4e043141059a52444945 100644
|
| --- a/chrome/browser/plugin_prefs.h
|
| +++ b/chrome/browser/plugin_prefs.h
|
| @@ -44,12 +44,12 @@ class PluginPrefs : public RefcountedProfileKeyedService,
|
| };
|
|
|
| // Returns the instance associated with |profile|, creating it if necessary.
|
| - static PluginPrefs* GetForProfile(Profile* profile);
|
| + static scoped_refptr<PluginPrefs> GetForProfile(Profile* profile);
|
|
|
| // Usually the PluginPrefs associated with a TestingProfile is NULL.
|
| // This method overrides that for a given TestingProfile, returning the newly
|
| // created PluginPrefs object.
|
| - static PluginPrefs* GetForTestingProfile(Profile* profile);
|
| + static scoped_refptr<PluginPrefs> GetForTestingProfile(Profile* profile);
|
|
|
| // Sets the plug-in list for tests.
|
| void SetPluginListForTesting(webkit::npapi::PluginList* plugin_list);
|
|
|