| Index: chrome/browser/extensions/api/identity/web_auth_flow.h
 | 
| diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.h b/chrome/browser/extensions/api/identity/web_auth_flow.h
 | 
| index cc3ac2a6b6b48c38dce00114de3f71db1c9a2d72..81fbd53e95a24a4c3089e70d5f4e0aebbeddecd3 100644
 | 
| --- a/chrome/browser/extensions/api/identity/web_auth_flow.h
 | 
| +++ b/chrome/browser/extensions/api/identity/web_auth_flow.h
 | 
| @@ -101,7 +101,7 @@ class WebAuthFlow : public content::NotificationObserver,
 | 
|                 const content::NotificationDetails& details) override;
 | 
|  
 | 
|    // WebContentsObserver implementation.
 | 
| -  void DidStopLoading(content::RenderViewHost* render_view_host) override;
 | 
| +  void DidStopLoading() override;
 | 
|    void DidNavigateMainFrame(
 | 
|        const content::LoadCommittedDetails& details,
 | 
|        const content::FrameNavigateParams& params) override;
 | 
| 
 |