| Index: components/favicon/core/favicon_service.h
|
| diff --git a/components/favicon/core/favicon_service.h b/components/favicon/core/favicon_service.h
|
| index e2379671ceda7ae2b10657f7053d1382971116a8..2f963306696611b74443df005b7b540e1721300c 100644
|
| --- a/components/favicon/core/favicon_service.h
|
| +++ b/components/favicon/core/favicon_service.h
|
| @@ -120,7 +120,7 @@ class FaviconService : public KeyedService {
|
| base::CancelableTaskTracker::TaskId GetLargestRawFaviconForPageURL(
|
| const GURL& page_url,
|
| const std::vector<int>& icon_types,
|
| - int minimum_size_in_pixels,
|
| + int minimum_size_in_pixel,
|
| const favicon_base::FaviconRawBitmapCallback& callback,
|
| base::CancelableTaskTracker* tracker);
|
|
|
|
|