Index: components/search_provider_logos/logo_cache.cc |
diff --git a/components/search_provider_logos/logo_cache.cc b/components/search_provider_logos/logo_cache.cc |
index bfa419eebd9a4733038b36a2f6e767dc3b6465c6..c6272ee58014cda85d687e803cc1c5fca4e068e6 100644 |
--- a/components/search_provider_logos/logo_cache.cc |
+++ b/components/search_provider_logos/logo_cache.cc |
@@ -152,7 +152,7 @@ void LogoCache::LogoMetadataToString(const LogoMetadata& metadata, |
metadata.can_show_after_expiration); |
dict.SetInteger(kNumBytesKey, num_bytes); |
SetTimeValue(dict, kExpirationTimeKey, metadata.expiration_time); |
- base::JSONWriter::Write(&dict, str); |
+ base::JSONWriter::Write(dict, str); |
} |
base::FilePath LogoCache::GetLogoPath() { |