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

Unified Diff: chrome/browser/ui/gtk/web_dialog_gtk.h

Issue 10545115: TabContentsWrapper -> TabContents, part 41. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc ('k') | chrome/browser/ui/gtk/web_dialog_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/web_dialog_gtk.h
diff --git a/chrome/browser/ui/gtk/web_dialog_gtk.h b/chrome/browser/ui/gtk/web_dialog_gtk.h
index c8b850506c01beaf913ad8954cffcce1a04ed67f..9529842b4deff0cbab8eaaa9de589252d03c3922 100644
--- a/chrome/browser/ui/gtk/web_dialog_gtk.h
+++ b/chrome/browser/ui/gtk/web_dialog_gtk.h
@@ -23,7 +23,6 @@ class Browser;
class Profile;
class TabContentsContainerGtk;
class TabContents;
-typedef TabContents TabContentsWrapper;
class WebDialogController;
class WebDialogGtk : public WebDialogWebContentsDelegate,
@@ -80,7 +79,7 @@ class WebDialogGtk : public WebDialogWebContentsDelegate,
GtkWidget* dialog_;
scoped_ptr<WebDialogController> dialog_controller_;
- scoped_ptr<TabContentsWrapper> tab_;
+ scoped_ptr<TabContents> tab_;
scoped_ptr<TabContentsContainerGtk> tab_contents_container_;
DISALLOW_COPY_AND_ASSIGN(WebDialogGtk);
« no previous file with comments | « chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc ('k') | chrome/browser/ui/gtk/web_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698