| Index: chrome/browser/background/background_contents.h
 | 
| diff --git a/chrome/browser/background/background_contents.h b/chrome/browser/background/background_contents.h
 | 
| index e3a07753b7e590904d425eb092ee439db39766c3..9d8dbbcad1a8f22dda8a1f646bf4508395769480 100644
 | 
| --- a/chrome/browser/background/background_contents.h
 | 
| +++ b/chrome/browser/background/background_contents.h
 | 
| @@ -81,8 +81,8 @@ class BackgroundContents : public extensions::DeferredStartRenderHost,
 | 
|  
 | 
|    // content::WebContentsObserver implementation:
 | 
|    void RenderProcessGone(base::TerminationStatus status) override;
 | 
| -  void DidStartLoading(content::RenderViewHost* render_view_host) override;
 | 
| -  void DidStopLoading(content::RenderViewHost* render_view_host) override;
 | 
| +  void DidStartLoading() override;
 | 
| +  void DidStopLoading() override;
 | 
|  
 | 
|    // content::NotificationObserver
 | 
|    void Observe(int type,
 | 
| 
 |