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

Unified Diff: chrome/browser/ui/intents/web_intent_picker.h

Issue 10959045: Switch WebIntentPickerController to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 months 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/intents/web_intent_picker.h
diff --git a/chrome/browser/ui/intents/web_intent_picker.h b/chrome/browser/ui/intents/web_intent_picker.h
index d8733d7fe9a8821cd6d2377d011483eb7c449cba..70e5e0560e431335cc7be9508b0dbb24fa240a5e 100644
--- a/chrome/browser/ui/intents/web_intent_picker.h
+++ b/chrome/browser/ui/intents/web_intent_picker.h
@@ -12,7 +12,6 @@
#include "base/string16.h"
#include "ui/gfx/size.h"
-class TabContents;
class WebIntentPickerDelegate;
class WebIntentPickerModel;
@@ -35,7 +34,7 @@ class WebIntentPicker {
// Platform specific factory function. This function will automatically show
// the picker.
- static WebIntentPicker* Create(TabContents* tab_contents,
+ static WebIntentPicker* Create(content::WebContents* web_contents,
WebIntentPickerDelegate* delegate,
WebIntentPickerModel* model);

Powered by Google App Engine
This is Rietveld 408576698