| Index: chrome/browser/instant/instant_unload_handler.h
|
| diff --git a/chrome/browser/instant/instant_unload_handler.h b/chrome/browser/instant/instant_unload_handler.h
|
| index 3a1f1a4ef8709ca20fd33058c6c2b7386574032d..1b2648cb92ef566d58ba55a7ab4b11c82a1c6640 100644
|
| --- a/chrome/browser/instant/instant_unload_handler.h
|
| +++ b/chrome/browser/instant/instant_unload_handler.h
|
| @@ -9,7 +9,8 @@
|
| #include "base/memory/scoped_vector.h"
|
|
|
| class Browser;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| // InstantUnloadHandler makes sure the before unload and unload handler is run
|
| // when using instant. When the user commits the instant preview the existing
|
|
|