| Index: ios/web/shell/test/earl_grey/shell_base_test_case.mm
|
| diff --git a/ios/web/shell/test/earl_grey/shell_base_test_case.mm b/ios/web/shell/test/earl_grey/shell_base_test_case.mm
|
| index c9c6027fa26b5e93c6f7fd3a35e9a80362f3b811..ee55194b0fa21e28d64c8e438edaace2bdbe55c4 100644
|
| --- a/ios/web/shell/test/earl_grey/shell_base_test_case.mm
|
| +++ b/ios/web/shell/test/earl_grey/shell_base_test_case.mm
|
| @@ -14,7 +14,7 @@
|
| #endif
|
|
|
| using web::test::HttpServer;
|
| -using web::webViewContainingText;
|
| +using web::WebViewContainingText;
|
|
|
| @implementation ShellBaseTestCase
|
|
|
| @@ -39,7 +39,7 @@ using web::webViewContainingText;
|
| // Set up called once for the class.
|
| + (void)setUp {
|
| [super setUp];
|
| - [[EarlGrey selectElementWithMatcher:webViewContainingText("Chromium")]
|
| + [[EarlGrey selectElementWithMatcher:WebViewContainingText("Chromium")]
|
| assertWithMatcher:grey_notNil()];
|
| HttpServer::GetSharedInstance().StartOrDie();
|
| }
|
|
|