| Index: ios/web/public/test/fakes/test_navigation_manager.h
 | 
| diff --git a/ios/web/public/test/fakes/test_navigation_manager.h b/ios/web/public/test/fakes/test_navigation_manager.h
 | 
| index 812077a4bf06379aaebdc39fbebcdb0ab213f76f..e36ebb72ecd50381a8c04c4e8822a63681a99e33 100644
 | 
| --- a/ios/web/public/test/fakes/test_navigation_manager.h
 | 
| +++ b/ios/web/public/test/fakes/test_navigation_manager.h
 | 
| @@ -38,7 +38,7 @@ class TestNavigationManager : public web::NavigationManager {
 | 
|    void GoBack() override;
 | 
|    void GoForward() override;
 | 
|    void GoToIndex(int index) override;
 | 
| -  void Reload(bool check_for_reposts) override;
 | 
| +  void Reload(ReloadType reload_type, bool check_for_reposts) override;
 | 
|    void OverrideDesktopUserAgentForNextPendingItem() override;
 | 
|  
 | 
|    // Setters for test data.
 | 
| 
 |