| Index: extensions/browser/guest_view/extension_options/extension_options_guest.h
 | 
| diff --git a/extensions/browser/guest_view/extension_options/extension_options_guest.h b/extensions/browser/guest_view/extension_options/extension_options_guest.h
 | 
| index 141906d8900d935b2ff5ae7fc6b885bab86b4531..f3b9becd958c5f8663ca67e07719033a9fc6fdf3 100644
 | 
| --- a/extensions/browser/guest_view/extension_options/extension_options_guest.h
 | 
| +++ b/extensions/browser/guest_view/extension_options/extension_options_guest.h
 | 
| @@ -30,7 +30,7 @@ class ExtensionOptionsGuest
 | 
|    void CreateWebContents(const base::DictionaryValue& create_params,
 | 
|                           const WebContentsCreatedCallback& callback) override;
 | 
|    void DidInitialize(const base::DictionaryValue& create_params) override;
 | 
| -  void DidStopLoading() override;
 | 
| +  void GuestViewDidStopLoading() override;
 | 
|    const char* GetAPINamespace() const override;
 | 
|    int GetTaskPrefix() const override;
 | 
|    bool IsPreferredSizeModeEnabled() const override;
 | 
| 
 |