Index: ios/web/shell/test/pdf_egtest.mm |
diff --git a/ios/web/shell/test/pdf_egtest.mm b/ios/web/shell/test/pdf_egtest.mm |
index 565618a33228e8195ce1942421e83b63b120b38f..ae39644b83b4add24dfc51da2f86f15b05215541 100644 |
--- a/ios/web/shell/test/pdf_egtest.mm |
+++ b/ios/web/shell/test/pdf_egtest.mm |
@@ -10,8 +10,8 @@ |
#import "ios/web/public/test/http_server.h" |
#include "ios/web/public/test/http_server_util.h" |
#import "ios/web/shell/test/app/web_shell_test_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/web_shell_test_case.h" |
#if !defined(__has_feature) || !__has_feature(objc_arc) |
#error "This file requires ARC support." |
@@ -48,7 +48,7 @@ id<GREYMatcher> WebViewWithPdf() { |
using web::test::HttpServer; |
// PDF test cases for the web shell. |
-@interface PDFTestCase : ShellBaseTestCase |
+@interface PDFTestCase : WebShellTestCase |
@end |
@implementation PDFTestCase |