| Index: chrome/browser/chrome_plugin_browsertest.cc
|
| diff --git a/chrome/browser/chrome_plugin_browsertest.cc b/chrome/browser/chrome_plugin_browsertest.cc
|
| index fbcb053dba919e960e586fe566c66644653ea238..19d505e568cf9e9a33fea851a1061b323062dcb7 100644
|
| --- a/chrome/browser/chrome_plugin_browsertest.cc
|
| +++ b/chrome/browser/chrome_plugin_browsertest.cc
|
| @@ -127,7 +127,7 @@ class ChromePluginTest : public InProcessBrowserTest {
|
| GetFlashPath(&paths);
|
| ASSERT_FALSE(paths.empty());
|
|
|
| - PluginPrefs* plugin_prefs = PluginPrefs::GetForProfile(profile);
|
| + PluginPrefs* plugin_prefs = PluginPrefs::GetForProfile(profile).get();
|
| scoped_refptr<content::MessageLoopRunner> runner =
|
| new content::MessageLoopRunner;
|
| scoped_refptr<CallbackBarrier> callback_barrier(
|
|
|