| Index: components/favicon/core/favicon_handler.h
|
| diff --git a/components/favicon/core/favicon_handler.h b/components/favicon/core/favicon_handler.h
|
| index 3fee8be7cb933e757619127df7b7830695c3e6d1..8eb4bdcba054b2396e1a0895b117cf7252595999 100644
|
| --- a/components/favicon/core/favicon_handler.h
|
| +++ b/components/favicon/core/favicon_handler.h
|
| @@ -193,7 +193,7 @@ class FaviconHandler {
|
|
|
| // Get the maximal icon size in pixels for a icon of type |icon_type| for the
|
| // current platform.
|
| - static int GetMaximalIconSize(favicon_base::IconType icon_type);
|
| + int GetMaximalIconSize(favicon_base::IconType icon_type);
|
|
|
| // See description above class for details.
|
| void OnFaviconDataForInitialURLFromFaviconService(const std::vector<
|
|
|