| Index: chrome/browser/pepper_broker_infobar_delegate.cc
|
| diff --git a/chrome/browser/pepper_broker_infobar_delegate.cc b/chrome/browser/pepper_broker_infobar_delegate.cc
|
| index d7ec3d3001fa8afe5461327bb3eb8e643a062363..65f866f07e6562515e5841eb06494023d2b6d791 100644
|
| --- a/chrome/browser/pepper_broker_infobar_delegate.cc
|
| +++ b/chrome/browser/pepper_broker_infobar_delegate.cc
|
| @@ -5,6 +5,7 @@
|
| #include "chrome/browser/pepper_broker_infobar_delegate.h"
|
|
|
| #include "base/prefs/pref_service.h"
|
| +#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
|
| #include "chrome/browser/content_settings/tab_specific_content_settings.h"
|
| #include "chrome/browser/infobars/infobar_service.h"
|
| #include "chrome/browser/plugins/plugin_finder.h"
|
| @@ -44,7 +45,7 @@ void PepperBrokerInfoBarDelegate::Create(
|
| TabSpecificContentSettings::FromWebContents(web_contents);
|
|
|
| HostContentSettingsMap* content_settings =
|
| - profile->GetHostContentSettingsMap();
|
| + HostContentSettingsMapFactory::GetForProfile(profile);
|
| ContentSetting setting =
|
| content_settings->GetContentSetting(url, url,
|
| CONTENT_SETTINGS_TYPE_PPAPI_BROKER,
|
|
|