diff options
Diffstat (limited to 'chrome/browser/content_settings/host_content_settings_map_unittest.cc')
-rw-r--r-- | chrome/browser/content_settings/host_content_settings_map_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/content_settings/host_content_settings_map_unittest.cc b/chrome/browser/content_settings/host_content_settings_map_unittest.cc index ed4f55d..78f5a39 100644 --- a/chrome/browser/content_settings/host_content_settings_map_unittest.cc +++ b/chrome/browser/content_settings/host_content_settings_map_unittest.cc @@ -395,7 +395,7 @@ TEST_F(HostContentSettingsMapTest, HostTrimEndingDotCheck) { HostContentSettingsMap* host_content_settings_map = profile.GetHostContentSettingsMap(); CookieSettings* cookie_settings = - CookieSettings::Factory::GetForProfile(&profile); + CookieSettings::Factory::GetForProfile(&profile).get(); ContentSettingsPattern pattern = ContentSettingsPattern::FromString("[*.]example.com"); |