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 9b7a6bae4cae3b2fe7c2869f5ac8c447dcd8c486..e367533b5d0ec62000631d1ff1535664143f901f 100644 |
--- a/ios/web/shell/test/redirect_egtest.mm |
+++ b/ios/web/shell/test/redirect_egtest.mm |
@@ -22,10 +22,10 @@ using web::test::HttpServer; |
using web::webViewContainingText; |
// Redirect test cases for the web shell. |
-@interface RedirectTest : ShellBaseTestCase |
+@interface RedirectTestCase : ShellBaseTestCase |
@end |
-@implementation RedirectTest |
+@implementation RedirectTestCase |
// Tests loading of page that is redirected 3 times using a 301 redirect. |
- (void)testMultipleRedirects { |