| Index: chrome/browser/tab_contents/render_view_host_manager.h
 | 
| diff --git a/chrome/browser/tab_contents/render_view_host_manager.h b/chrome/browser/tab_contents/render_view_host_manager.h
 | 
| index 874febd3a2520cdd3b586f8aa17c07a6fca1a703..8c8dde2672a19c8f085d7126e4d8df32266ee960 100644
 | 
| --- a/chrome/browser/tab_contents/render_view_host_manager.h
 | 
| +++ b/chrome/browser/tab_contents/render_view_host_manager.h
 | 
| @@ -59,9 +59,6 @@ class RenderViewHostManager
 | 
|      // is none.
 | 
|      virtual NavigationEntry*
 | 
|          GetLastCommittedNavigationEntryForRenderManager() = 0;
 | 
| -
 | 
| -   protected:
 | 
| -    ~Delegate() {}
 | 
|    };
 | 
|  
 | 
|    // Both delegate pointers must be non-NULL and are not owned by this class.
 | 
| 
 |