| Index: ios/web/test/fakes/test_navigation_manager_delegate.h
|
| diff --git a/ios/web/test/fakes/test_navigation_manager_delegate.h b/ios/web/test/fakes/test_navigation_manager_delegate.h
|
| index 53804fb6ad58f194aa91fff3a8345e221daa5ece..94b30bc06e06150af2dd5d6ebc0c89d39fa71599 100644
|
| --- a/ios/web/test/fakes/test_navigation_manager_delegate.h
|
| +++ b/ios/web/test/fakes/test_navigation_manager_delegate.h
|
| @@ -8,6 +8,7 @@
|
| #import "ios/web/navigation/navigation_manager_delegate.h"
|
|
|
| namespace web {
|
| +class WebViewNavigationProxy;
|
|
|
| class TestNavigationManagerDelegate : public NavigationManagerDelegate {
|
| public:
|
| @@ -19,6 +20,7 @@ class TestNavigationManagerDelegate : public NavigationManagerDelegate {
|
| void OnNavigationItemCommitted(
|
| const LoadCommittedDetails& load_details) override;
|
| WebState* GetWebState() override;
|
| + WebViewNavigationProxy* GetWebViewNavigationProxy() const override;
|
| };
|
|
|
| } // namespace web
|
|
|