| Index: chrome/renderer/render_view.h
|
| diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
|
| index 705f12e41ef003292f38e2604d62aa6c4a639fd9..d1c9395a45ca930e16a3283b95c76a25cafbe2db 100644
|
| --- a/chrome/renderer/render_view.h
|
| +++ b/chrome/renderer/render_view.h
|
| @@ -826,7 +826,7 @@ class RenderView : public RenderWidget,
|
| void OnDisableScrollbarsForSmallWindows(
|
| const gfx::Size& disable_scrollbars_size_limit);
|
| void OnDisassociateFromPopupCount();
|
| - void OnDownloadFavIcon(int id, const GURL& image_url, int image_size);
|
| + void OnDownloadFavicon(int id, const GURL& image_url, int image_size);
|
| void OnDragSourceEndedOrMoved(const gfx::Point& client_point,
|
| const gfx::Point& screen_point,
|
| bool ended,
|
|
|