| Index: chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| index 53dd1807543ba7288a4aaf6331da89aabeb18ffb..a5b38cddc36ef33da1d81c1c0d5bf75bc591359a 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| @@ -228,7 +228,7 @@ class LocationBarViewGtk : public AutocompleteEditController,
|
| // Called to notify the PageAction that it should determine whether to be
|
| // visible or hidden. |contents| is the TabContents that is active, |url|
|
| // is the current page URL.
|
| - void UpdateVisibility(TabContents* contents, GURL url);
|
| + void UpdateVisibility(TabContents* contents, const GURL& url);
|
|
|
| // A callback from ImageLoadingTracker for when the image has loaded.
|
| virtual void OnImageLoaded(
|
|
|