| Index: chrome/browser/instant/instant_tab.h
 | 
| diff --git a/chrome/browser/instant/instant_tab.h b/chrome/browser/instant/instant_tab.h
 | 
| index f8fe8e79f7564b02bdd2ca3e893d00970d12b026..b52f87d0f9d92858b0454b1d70d7b15e11509305 100644
 | 
| --- a/chrome/browser/instant/instant_tab.h
 | 
| +++ b/chrome/browser/instant/instant_tab.h
 | 
| @@ -56,6 +56,7 @@ class InstantTab : public InstantClient::Delegate {
 | 
|    virtual void StartCapturingKeyStrokes() OVERRIDE;
 | 
|    virtual void StopCapturingKeyStrokes() OVERRIDE;
 | 
|    virtual void RenderViewGone() OVERRIDE;
 | 
| +  virtual void AboutToNavigateMainFrame(const GURL& url) OVERRIDE;
 | 
|  
 | 
|    InstantClient client_;
 | 
|    InstantController* const controller_;
 | 
| 
 |