| Index: ios/web/shell/test/redirect_egtest.mm
|
| diff --git a/ios/web/shell/test/redirect_egtest.mm b/ios/web/shell/test/redirect_egtest.mm
|
| index b9c0a661c4ca03f1ef2326ccdc846a31297f1eb1..b9df80e35ed3d915ddf18987d35a9a35f5bf6874 100644
|
| --- a/ios/web/shell/test/redirect_egtest.mm
|
| +++ b/ios/web/shell/test/redirect_egtest.mm
|
| @@ -8,9 +8,9 @@
|
| #include "ios/web/public/test/http_server_util.h"
|
| #import "ios/web/public/test/response_providers/html_response_provider.h"
|
| #import "ios/web/public/test/response_providers/html_response_provider_impl.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"
|
| #include "net/http/http_status_code.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| @@ -22,7 +22,7 @@ using web::test::HttpServer;
|
| using web::WebViewContainingText;
|
|
|
| // Redirect test cases for the web shell.
|
| -@interface RedirectTestCase : ShellBaseTestCase
|
| +@interface RedirectTestCase : WebShellTestCase
|
| @end
|
|
|
| @implementation RedirectTestCase
|
|
|