| Index: chrome/browser/ui/app_list/search/people/people_result.cc
|
| diff --git a/chrome/browser/ui/app_list/search/people/people_result.cc b/chrome/browser/ui/app_list/search/people/people_result.cc
|
| index 6d0990e868cd1d8a22c8f6d276bca850917e9ed8..72136b07e69b1f40a7ab77163ea469e39e7fc984 100644
|
| --- a/chrome/browser/ui/app_list/search/people/people_result.cc
|
| +++ b/chrome/browser/ui/app_list/search/people/people_result.cc
|
| @@ -84,7 +84,7 @@ void PeopleResult::OnIconLoaded() {
|
| // need to be re-created.
|
| const std::vector<gfx::ImageSkiaRep>& image_reps = image_.image_reps();
|
| for (size_t i = 0; i < image_reps.size(); ++i)
|
| - image_.RemoveRepresentation(image_reps[i].scale_factor());
|
| + image_.RemoveRepresentation(image_reps[i].scale());
|
|
|
| SetIcon(image_);
|
| }
|
|
|