Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: ios/testing/earl_grey/matchers.h

Issue 2642193012: Make EarlGrey matchers compliant with Chromium style. (Closed)
Patch Set: build.gn and rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/test/earl_grey/smoke_egtest.mm ('k') | ios/testing/earl_grey/matchers.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/testing/earl_grey/matchers.h
diff --git a/ios/testing/earl_grey/matchers.h b/ios/testing/earl_grey/matchers.h
index fe408104b1d88fdb20e7d608e9fca10cd74ba683..5cb0bdcd37846d0197b57e936ad771ceecb9064c 100644
--- a/ios/testing/earl_grey/matchers.h
+++ b/ios/testing/earl_grey/matchers.h
@@ -12,7 +12,7 @@
namespace testing {
// Matcher for context menu item whose text is exactly |text|.
-id<GREYMatcher> contextMenuItemWithText(NSString* text);
+id<GREYMatcher> ContextMenuItemWithText(NSString* text);
// Matcher for a UI element to tap to dismiss the the context menu, where
// |cancel_text| is the localized text used for the action sheet cancel control.
@@ -20,7 +20,7 @@ id<GREYMatcher> contextMenuItemWithText(NSString* text);
// for the menu item with |cancel_text| as its label.
// On tablets, where the context menu is a popover, this will be a matcher for
// some element outside of the popover.
-id<GREYMatcher> elementToDismissContextMenu(NSString* cancel_text);
+id<GREYMatcher> ElementToDismissContextMenu(NSString* cancel_text);
} // namespace testing
« no previous file with comments | « ios/chrome/test/earl_grey/smoke_egtest.mm ('k') | ios/testing/earl_grey/matchers.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698