| Index: ios/web/public/test/fakes/test_navigation_manager.mm
|
| diff --git a/ios/web/public/test/fakes/test_navigation_manager.mm b/ios/web/public/test/fakes/test_navigation_manager.mm
|
| index 954d59afa2bccb5c7c6f0ec68f7bdb49884ca61f..b6ca37e002771992e2c13f8a3f85c708963d09ab 100644
|
| --- a/ios/web/public/test/fakes/test_navigation_manager.mm
|
| +++ b/ios/web/public/test/fakes/test_navigation_manager.mm
|
| @@ -127,7 +127,8 @@
|
| NOTREACHED();
|
| }
|
|
|
| -void TestNavigationManager::Reload(bool check_for_repost) {
|
| +void TestNavigationManager::Reload(ReloadType reload_type,
|
| + bool check_for_repost) {
|
| NOTREACHED();
|
| }
|
|
|
|
|