Index: chrome/browser/cocoa/location_bar_view_mac.h |
diff --git a/chrome/browser/cocoa/location_bar_view_mac.h b/chrome/browser/cocoa/location_bar_view_mac.h |
index 393acf342685b15cbc44bd20eeb14dd722b9370f..ad9ca8e0a0edeeecb9423d197d4780888748ad13 100644 |
--- a/chrome/browser/cocoa/location_bar_view_mac.h |
+++ b/chrome/browser/cocoa/location_bar_view_mac.h |
@@ -241,7 +241,9 @@ class LocationBarViewMac : public AutocompleteEditController, |
virtual void OnMousePressed(NSRect bounds); |
// Overridden from ImageLoadingTracker. |
- virtual void OnImageLoaded(SkBitmap* image, size_t index); |
+ virtual void OnImageLoaded(ImageLoadingTracker* source, |
+ SkBitmap* image, |
+ size_t index); |
// Called to notify the Page Action that it should determine whether to be |
// visible or hidden. |contents| is the TabContents that is active, |url| |