Index: chrome/browser/gtk/location_bar_view_gtk.h |
diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h |
index 1da0e7a3d0806949eb53c82c0ec358ab974fcdee..e1dcaf3cced79d0d06c0b3854e8106739669364f 100644 |
--- a/chrome/browser/gtk/location_bar_view_gtk.h |
+++ b/chrome/browser/gtk/location_bar_view_gtk.h |
@@ -194,7 +194,8 @@ class LocationBarViewGtk : public AutocompleteEditController, |
void UpdateVisibility(TabContents* contents, GURL url); |
// A callback from ImageLoadingTracker for when the image has loaded. |
- virtual void OnImageLoaded(SkBitmap* image, size_t index); |
+ virtual void OnImageLoaded(ImageLoadingTracker* source, SkBitmap* image, |
+ size_t index); |
// Simulate left mouse click on the page action button. |
void TestActivatePageAction(); |