| Index: components/search_provider_logos/logo_tracker_unittest.cc
|
| diff --git a/components/search_provider_logos/logo_tracker_unittest.cc b/components/search_provider_logos/logo_tracker_unittest.cc
|
| index 590985a304ea4b442d21733997725fdf47f62de7..fcd465349417475a0053da27747620b906fbd8d3 100644
|
| --- a/components/search_provider_logos/logo_tracker_unittest.cc
|
| +++ b/components/search_provider_logos/logo_tracker_unittest.cc
|
| @@ -139,7 +139,7 @@ std::string MakeServerResponse(
|
| static_cast<int>(time_to_live.InMilliseconds()));
|
|
|
| std::string output;
|
| - base::JSONWriter::Write(&dict, &output);
|
| + base::JSONWriter::Write(dict, &output);
|
| return output;
|
| }
|
|
|
|
|