Index: ios/web/shell/test/plugin_placeholder_egtest.mm |
diff --git a/ios/web/shell/test/plugin_placeholder_egtest.mm b/ios/web/shell/test/plugin_placeholder_egtest.mm |
index 1f4dbb91db4228c4740becdefd744fdb9e27f198..5c8941c82ce1e8b4a69a028b853d9b60d3db00ca 100644 |
--- a/ios/web/shell/test/plugin_placeholder_egtest.mm |
+++ b/ios/web/shell/test/plugin_placeholder_egtest.mm |
@@ -11,9 +11,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" |
#include "url/gurl.h" |
#if !defined(__has_feature) || !__has_feature(objc_arc) |
@@ -37,7 +37,7 @@ void LoadPage(const std::string& page_content) { |
// Plugin placeholder test cases for the web shell. These tests verify that web |
// page shows a placeholder for unsupported plugins. |
-@interface PluginPlaceholderTestCase : ShellBaseTestCase |
+@interface PluginPlaceholderTestCase : WebShellTestCase |
@end |
@implementation PluginPlaceholderTestCase |