| Index: ios/web/public/test/web_test_with_web_state.h
|
| diff --git a/ios/web/public/test/web_test_with_web_state.h b/ios/web/public/test/web_test_with_web_state.h
|
| index 1287910e07a4632b6852203e84ed9ca9b58f0adf..f2578374c99cd5d21e56117cd31454e7bb90f768 100644
|
| --- a/ios/web/public/test/web_test_with_web_state.h
|
| +++ b/ios/web/public/test/web_test_with_web_state.h
|
| @@ -11,8 +11,6 @@
|
| #include "ios/web/public/test/web_test.h"
|
| #include "url/gurl.h"
|
|
|
| -@class CRWWebController;
|
| -
|
| namespace web {
|
|
|
| class WebState;
|
| @@ -71,9 +69,6 @@ class WebTestWithWebState : public WebTest,
|
| NSString* CreateLoadCheck();
|
| // The web state for testing.
|
| std::unique_ptr<WebState> web_state_;
|
| - // The web controller for testing.
|
| - // TODO(crbug.com/619076): Remove this ivar.
|
| - base::WeakNSObject<CRWWebController> webController_;
|
| };
|
|
|
| } // namespace web
|
|
|