| Index: chrome/browser/tab_contents/interstitial_page.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/interstitial_page.h (revision 30691)
|
| +++ chrome/browser/tab_contents/interstitial_page.h (working copy)
|
| @@ -15,7 +15,6 @@
|
| #include "chrome/common/renderer_preferences.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| -class MessageLoop;
|
| class NavigationEntry;
|
| class TabContents;
|
| class TabContentsView;
|
| @@ -199,8 +198,6 @@
|
| // interstitial is hidden.
|
| std::wstring original_tab_title_;
|
|
|
| - MessageLoop* ui_loop_;
|
| -
|
| // Our RenderViewHostViewDelegate, necessary for accelerators to work.
|
| scoped_ptr<InterstitialPageRVHViewDelegate> rvh_view_delegate_;
|
|
|
|
|