| Index: ios/chrome/test/earl_grey/chrome_matchers.h
|
| diff --git a/ios/chrome/test/earl_grey/chrome_matchers.h b/ios/chrome/test/earl_grey/chrome_matchers.h
|
| index 7ea077c47b91898d29769f5a43b638d91761d74b..ba8b266b79d61a3cb5cf335e52adbc90bfaebae9 100644
|
| --- a/ios/chrome/test/earl_grey/chrome_matchers.h
|
| +++ b/ios/chrome/test/earl_grey/chrome_matchers.h
|
| @@ -86,7 +86,7 @@ id<GREYMatcher> CollectionViewSwitchCell(NSString* accessibilityIdentifier,
|
|
|
| // Matcher for the Open in New Tab option in the context menu when long pressing
|
| // a link.
|
| -id<GREYMatcher> OpenLinkInNewTabMenuItem();
|
| +id<GREYMatcher> OpenLinkInNewTabButton();
|
|
|
| // Matcher for the done button on the navigation bar.
|
| id<GREYMatcher> NavigationBarDoneButton();
|
|
|