Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7619)

Unified Diff: chrome/browser/ui/views/location_bar/content_setting_image_view.h

Issue 11418043: Remove TabContents from OmniboxEditController and friends. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents.h ('k') | chrome/browser/ui/views/location_bar/content_setting_image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698