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

Unified Diff: chrome/browser/tab_contents/tab_contents_ssl_helper.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/tab_contents/tab_contents_ssl_helper.h
diff --git a/chrome/browser/tab_contents/tab_contents_ssl_helper.h b/chrome/browser/tab_contents/tab_contents_ssl_helper.h
index 425be06537d4bc4c7e379eaa449c855ee8aa7f21..677c7c0d82760a40d0c39ece75b3d80e2c1d7a8b 100644
--- a/chrome/browser/tab_contents/tab_contents_ssl_helper.h
+++ b/chrome/browser/tab_contents/tab_contents_ssl_helper.h
@@ -13,7 +13,8 @@
#include "base/memory/ref_counted.h"
class SSLAddCertHandler;
-class TabContentsWrapper;
+class TabContents;
+typedef TabContents TabContentsWrapper;
namespace net {
class HttpNetworkSession;
« no previous file with comments | « chrome/browser/ssl_client_certificate_selector.h ('k') | chrome/browser/tab_contents/web_drag_bookmark_handler_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698