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

Unified Diff: chrome/browser/external_tab/external_tab_container_win.h

Issue 10528002: TabContentsWrapper -> TabContents, part 1. (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
Index: chrome/browser/external_tab/external_tab_container_win.h
diff --git a/chrome/browser/external_tab/external_tab_container_win.h b/chrome/browser/external_tab/external_tab_container_win.h
index 52413b30d276bdc506021af556ad0a69260a23fd..e9a26d2f9e9e06bbe3d1d865234841b5ef66bcfd 100644
--- a/chrome/browser/external_tab/external_tab_container_win.h
+++ b/chrome/browser/external_tab/external_tab_container_win.h
@@ -31,7 +31,8 @@ class AutomationProvider;
class Browser;
class Profile;
class TabContentsContainer;
-class TabContentsWrapper;
+class TabContents;
+typedef TabContents TabContentsWrapper;
class RenderViewContextMenuViews;
struct NavigationInfo;
« no previous file with comments | « chrome/browser/extensions/script_badge_controller.h ('k') | chrome/browser/google/google_url_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698