Index: ios/web/shell/test/meta_tags_egtest.mm |
diff --git a/ios/web/shell/test/meta_tags_egtest.mm b/ios/web/shell/test/meta_tags_egtest.mm |
index 84aa8d2ddc78929faa3a1e99b4f085a63503a488..a1f92005ca99e1ed612891692bc847f28b4c08ce 100644 |
--- a/ios/web/shell/test/meta_tags_egtest.mm |
+++ b/ios/web/shell/test/meta_tags_egtest.mm |
@@ -8,9 +8,9 @@ |
#import "base/test/ios/wait_util.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." |
@@ -38,7 +38,7 @@ using web::AddressFieldText; |
using web::WebViewContainingText; |
// META tag test cases for the web shell. |
-@interface MetaTagsTestCase : ShellBaseTestCase |
+@interface MetaTagsTestCase : WebShellTestCase |
@end |
@implementation MetaTagsTestCase |