Index: chrome/browser/content_settings/cookie_settings.cc |
diff --git a/chrome/browser/content_settings/cookie_settings.cc b/chrome/browser/content_settings/cookie_settings.cc |
index 83551bd3395df1f7e8c750bb7a619f2bfe83d5c3..3bde74d9a6fdd19ec72365a150cf45b7d22cf18c 100644 |
--- a/chrome/browser/content_settings/cookie_settings.cc |
+++ b/chrome/browser/content_settings/cookie_settings.cc |
@@ -183,12 +183,12 @@ ContentSetting CookieSettings::GetCookieSetting( |
// First get any host-specific settings. |
content_settings::SettingInfo info; |
- scoped_ptr<base::Value> value(host_content_settings_map_->GetWebsiteSetting( |
+ scoped_ptr<base::Value> value = host_content_settings_map_->GetWebsiteSetting( |
url, |
first_party_url, |
CONTENT_SETTINGS_TYPE_COOKIES, |
std::string(), |
- &info)); |
+ &info); |
if (source) |
*source = info.source; |