| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.h b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| index 714db2f9ad8e24fb7d41d6de6db1da2c48d2d108..86e96ed83ca12baa3e932a1203f406a9216b272b 100644
|
| --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| @@ -13,7 +13,6 @@
|
|
|
| class ContentSettingImageModel;
|
| class LocationBarView;
|
| -class TabContents;
|
|
|
| // The ContentSettingImageView displays an icon and optional text label for
|
| // various content settings affordances in the location bar (i.e. plugin
|
| @@ -28,7 +27,7 @@ class ContentSettingImageView : public LocationBarDecorationView,
|
| SkColor font_color);
|
| virtual ~ContentSettingImageView();
|
|
|
| - virtual void Update(TabContents* tab_contents) OVERRIDE;
|
| + virtual void Update(content::WebContents* web_contents) OVERRIDE;
|
|
|
|
|
| // views::WidgetObserver override:
|
|
|