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

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

Issue 10542105: TabContentsWrapper -> TabContents, part 42. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 6 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_controller.h
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h
index e7ac6b6968edc47e3f3d1b0db31328ae53cda436..7789d4c6f5cd0d9063692da6f1303a1011476345 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller.h
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.h
@@ -27,7 +27,6 @@ class Browser;
struct DefaultWebIntentService;
class GURL;
class TabContents;
-typedef TabContents TabContentsWrapper;
class WebIntentPicker;
class WebIntentPickerModel;
@@ -46,7 +45,7 @@ class WebIntentPickerController : public content::NotificationObserver,
public WebIntentPickerDelegate,
public WebstoreInstaller::Delegate {
public:
- explicit WebIntentPickerController(TabContentsWrapper* wrapper);
+ explicit WebIntentPickerController(TabContents* tab_contents);
virtual ~WebIntentPickerController();
// Sets the intent data and return pathway handler object for which
@@ -166,7 +165,7 @@ class WebIntentPickerController : public content::NotificationObserver,
void ClosePicker();
// A weak pointer to the tab contents that the picker is displayed on.
- TabContentsWrapper* wrapper_;
+ TabContents* tab_contents_;
// A notification registrar, listening for notifications when the tab closes
// to close the picker ui.
« no previous file with comments | « chrome/browser/ui/intents/web_intent_picker.h ('k') | chrome/browser/ui/intents/web_intent_picker_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698