| Index: ios/web/shell/test/earl_grey/shell_actions.mm
|
| diff --git a/ios/web/shell/test/earl_grey/shell_actions.mm b/ios/web/shell/test/earl_grey/shell_actions.mm
|
| index 3bf9ef6a341998fa7d459b4b9f7d0a0783472f37..55f8722ad5ca96ed64c14d4c1c3f24e009be11ef 100644
|
| --- a/ios/web/shell/test/earl_grey/shell_actions.mm
|
| +++ b/ios/web/shell/test/earl_grey/shell_actions.mm
|
| @@ -13,9 +13,9 @@
|
|
|
| namespace web {
|
|
|
| -id<GREYAction> longPressElementForContextMenu(const std::string& element_id,
|
| +id<GREYAction> LongPressElementForContextMenu(const std::string& element_id,
|
| bool triggers_context_menu) {
|
| - return webViewLongPressElementForContextMenu(
|
| + return WebViewLongPressElementForContextMenu(
|
| shell_test_util::GetCurrentWebState(), element_id, triggers_context_menu);
|
| }
|
|
|
|
|