| 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 ba716801d3b3c9bbd094b98310cfcd1f3e179968..1698e4121de59a29ed54fe12eb1d45666e9b6492 100644
|
| --- a/ios/web/shell/test/navigation_egtest.mm
|
| +++ b/ios/web/shell/test/navigation_egtest.mm
|
| @@ -12,9 +12,9 @@
|
| #import "ios/web/public/test/http_server.h"
|
| #include "ios/web/public/test/http_server_util.h"
|
| #include "ios/web/shell/test/app/web_view_interaction_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/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."
|
| @@ -22,7 +22,7 @@
|
|
|
| // Navigation test cases for the web shell. These are Earl Grey integration
|
| // tests, which are based on XCTest.
|
| -@interface NavigationTestCase : ShellBaseTestCase
|
| +@interface NavigationTestCase : WebShellTestCase
|
| @end
|
|
|
| @implementation NavigationTestCase
|
|
|