Index: ios/web/shell/test/navigation_egtest.mm |
diff --git a/ios/web/shell/test/navigation_egtest.mm b/ios/web/shell/test/navigation_egtest.mm |
index 7c013bf999d6c5e011374b64c1882266d04d791d..5731fa4de7c4ef6e281a9b17df720b0dc2b3f0ea 100644 |
--- a/ios/web/shell/test/navigation_egtest.mm |
+++ b/ios/web/shell/test/navigation_egtest.mm |
@@ -22,10 +22,10 @@ |
// Navigation test cases for the web shell. These are Earl Grey integration |
// tests, which are based on XCTest. |
-@interface NavigationTest : ShellBaseTestCase |
+@interface NavigationTestCase : ShellBaseTestCase |
@end |
-@implementation NavigationTest |
+@implementation NavigationTestCase |
// Tests clicking a link to about:blank. |
- (void)testNavigationLinkToAboutBlank { |