Index: chrome/browser/tab_contents/thumbnail_generator.h |
=================================================================== |
--- chrome/browser/tab_contents/thumbnail_generator.h (revision 147723) |
+++ chrome/browser/tab_contents/thumbnail_generator.h (working copy) |
@@ -121,7 +121,8 @@ |
const GURL& url); |
// content::WebContentsObserver overrides. |
- virtual void DidStartLoading() OVERRIDE; |
+ virtual void DidStartLoading( |
+ content::RenderViewHost* render_view_host) OVERRIDE; |
virtual void StopNavigation() OVERRIDE; |
private: |