| Index: android_webview/browser/icon_helper.cc | 
| diff --git a/android_webview/browser/icon_helper.cc b/android_webview/browser/icon_helper.cc | 
| index 13091f280d8d0faeb623330c5ba8fb05d06ab888..7f6c4fb1f1e0f4f6b002d45c8574218641bb0110 100644 | 
| --- a/android_webview/browser/icon_helper.cc | 
| +++ b/android_webview/browser/icon_helper.cc | 
| @@ -30,7 +30,7 @@ void IconHelper::SetListener(Listener* listener) { | 
| } | 
|  | 
| void IconHelper::DownloadFaviconCallback( | 
| -  int id, const GURL& image_url, int requested_size, | 
| +  int id, int http_status_code, const GURL& image_url, int requested_size, | 
| const std::vector<SkBitmap>& bitmaps) { | 
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); | 
| if (bitmaps.size() == 0) { | 
|  |