| 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;
|
|
|