| Index: ios/web/shell/test/earl_grey/shell_actions.h
|
| diff --git a/ios/web/shell/test/earl_grey/shell_actions.h b/ios/web/shell/test/earl_grey/shell_actions.h
|
| index 8eaadf9fe07599ca2d7a400b1624bb23b90763c5..caa95e7081be2ca355376bc577372ebb162f96ef 100644
|
| --- a/ios/web/shell/test/earl_grey/shell_actions.h
|
| +++ b/ios/web/shell/test/earl_grey/shell_actions.h
|
| @@ -17,7 +17,7 @@ namespace web {
|
| // in the webview. If |triggers_context_menu| is false, the converse is true.
|
| // This action doesn't fail if the context menu isn't displayed; calling code
|
| // should check for that separately with a matcher.
|
| -id<GREYAction> longPressElementForContextMenu(const std::string& element_id,
|
| +id<GREYAction> LongPressElementForContextMenu(const std::string& element_id,
|
| bool triggers_context_menu);
|
|
|
| } // namespace web
|
|
|