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

Unified Diff: chrome/browser/ui/views/location_bar/web_intents_button_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/web_intents_button_view.h
diff --git a/chrome/browser/ui/views/location_bar/web_intents_button_view.h b/chrome/browser/ui/views/location_bar/web_intents_button_view.h
index 2cce187e2ce97856b7bba9061e0cedd37462d3aa..4cf3043d02d36c67961c3dd653610a9e465ab56f 100644
--- a/chrome/browser/ui/views/location_bar/web_intents_button_view.h
+++ b/chrome/browser/ui/views/location_bar/web_intents_button_view.h
@@ -9,8 +9,6 @@
#include "base/string16.h"
#include "chrome/browser/ui/views/location_bar/location_bar_decoration_view.h"
-class TabContents;
-
// Display the use-another-service button for web intents service pages
// displayed in a tab.
class WebIntentsButtonView : public LocationBarDecorationView {
@@ -23,7 +21,7 @@ class WebIntentsButtonView : public LocationBarDecorationView {
SkColor font_color);
virtual ~WebIntentsButtonView() {}
- virtual void Update(TabContents* tab_contents) OVERRIDE;
+ virtual void Update(content::WebContents* web_contents) OVERRIDE;
protected:
virtual void OnClick(LocationBarView* parent) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698