| Index: chrome/browser/ui/metro_pin_tab_helper_win.h | 
| diff --git a/chrome/browser/ui/metro_pin_tab_helper_win.h b/chrome/browser/ui/metro_pin_tab_helper_win.h | 
| index 7a6070558514a59afe68d845a780a9cbb7192a62..c67fdd27bf8fb57c653abe022b339d0170bb48fe 100644 | 
| --- a/chrome/browser/ui/metro_pin_tab_helper_win.h | 
| +++ b/chrome/browser/ui/metro_pin_tab_helper_win.h | 
| @@ -43,6 +43,7 @@ class MetroPinTabHelper | 
|  | 
| // Favicon download callback. | 
| void DidDownloadFavicon(int id, | 
| +                          int http_status_code, | 
| const GURL& image_url, | 
| int requested_size, | 
| const std::vector<SkBitmap>& bitmaps); | 
|  |