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

Unified Diff: ios/chrome/browser/web/js_print_egtest.mm

Issue 2642193012: Make EarlGrey matchers compliant with Chromium style. (Closed)
Patch Set: mistake 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
Index: ios/chrome/browser/web/js_print_egtest.mm
diff --git a/ios/chrome/browser/web/js_print_egtest.mm b/ios/chrome/browser/web/js_print_egtest.mm
index 8a10fcaf8564281a7a844d7f8b97d91d476b9f61..8b08986e9f98e2b5e13183354c3f0bc8200164fd 100644
--- a/ios/chrome/browser/web/js_print_egtest.mm
+++ b/ios/chrome/browser/web/js_print_egtest.mm
@@ -12,7 +12,7 @@
#import "ios/web/public/test/http_server.h"
#import "ios/web/public/test/http_server_util.h"
-using chrome_test_util::webViewContainingText;
+using chrome_test_util::WebViewContainingText;
Eugene But (OOO till 7-30) 2017/01/23 19:39:04 Do you need this?
baxley 2017/01/24 22:18:49 Done.
// Test case for bringing up the print dialog when a web site's JavaScript runs
// "window.print".

Powered by Google App Engine
This is Rietveld 408576698