| Index: chrome/browser/ui/browser.h | 
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h | 
| index e7d46416fd96b15a3b67b1185dc8b1b32ff84133..f6f2553119530b0f6d10cc32e4cbbde180d71a1d 100644 | 
| --- a/chrome/browser/ui/browser.h | 
| +++ b/chrome/browser/ui/browser.h | 
| @@ -40,6 +40,7 @@ class BrowserWindow; | 
| class Extension; | 
| class FindBarController; | 
| class InstantController; | 
| +class InstantUnloadHandler; | 
| class PrefService; | 
| class Profile; | 
| class SessionStorageNamespace; | 
| @@ -1120,6 +1121,7 @@ class Browser : public TabHandlerDelegate, | 
| TabRestoreService* tab_restore_service_; | 
|  | 
| scoped_ptr<InstantController> instant_; | 
| +  scoped_ptr<InstantUnloadHandler> instant_unload_handler_; | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(Browser); | 
| }; | 
|  |