| Index: ios/web/shell/test/page_state_egtest.mm
|
| diff --git a/ios/web/shell/test/page_state_egtest.mm b/ios/web/shell/test/page_state_egtest.mm
|
| index 7c3e1e0c352c09810394e500309782952ccd3704..03a37c7856e6788f4586d0b959b69793385680a5 100644
|
| --- a/ios/web/shell/test/page_state_egtest.mm
|
| +++ b/ios/web/shell/test/page_state_egtest.mm
|
| @@ -11,9 +11,9 @@
|
| #include "ios/testing/earl_grey/disabled_test_macros.h"
|
| #import "ios/web/public/test/http_server.h"
|
| #include "ios/web/public/test/http_server_util.h"
|
| -#import "ios/web/shell/test/earl_grey/shell_base_test_case.h"
|
| #import "ios/web/shell/test/earl_grey/shell_earl_grey.h"
|
| #import "ios/web/shell/test/earl_grey/shell_matchers.h"
|
| +#import "ios/web/shell/test/earl_grey/web_shell_test_case.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
| @@ -59,7 +59,7 @@ void WaitForOffset(CGFloat y_offset) {
|
| using web::test::HttpServer;
|
|
|
| // Page state test cases for the web shell.
|
| -@interface PageStateTestCase : ShellBaseTestCase
|
| +@interface PageStateTestCase : WebShellTestCase
|
| @end
|
|
|
| @implementation PageStateTestCase
|
|
|