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

Side by Side Diff: ios/chrome/test/earl_grey/chrome_earl_grey_ui.mm

Issue 2608733002: Fix include/import in ios/testing and ios/chrome/test (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #import "ios/chrome/test/earl_grey/chrome_earl_grey_ui.h" 5 #import "ios/chrome/test/earl_grey/chrome_earl_grey_ui.h"
6 6
7 #import "ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.h" 7 #import "ios/chrome/browser/ui/tools_menu/tools_menu_view_controller.h"
8 #include "ios/chrome/browser/ui/uikit_ui_util.h" 8 #import "ios/chrome/browser/ui/uikit_ui_util.h"
9 #import "ios/chrome/test/app/chrome_test_util.h" 9 #import "ios/chrome/test/app/chrome_test_util.h"
10 #include "ios/chrome/test/app/navigation_test_util.h" 10 #include "ios/chrome/test/app/navigation_test_util.h"
11 #import "ios/chrome/test/earl_grey/chrome_matchers.h" 11 #import "ios/chrome/test/earl_grey/chrome_matchers.h"
12 #import "ios/testing/wait_util.h" 12 #import "ios/testing/wait_util.h"
13 #import "ios/web/public/test/earl_grey/js_test_util.h" 13 #import "ios/web/public/test/earl_grey/js_test_util.h"
14 #import "ios/web/public/test/earl_grey/web_view_matchers.h" 14 #import "ios/web/public/test/earl_grey/web_view_matchers.h"
15 15
16 using testing::WaitUntilConditionOrTimeout; 16 using testing::WaitUntilConditionOrTimeout;
17 using testing::kWaitForPageLoadTimeout; 17 using testing::kWaitForPageLoadTimeout;
18 18
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 + (void)openShareMenu { 62 + (void)openShareMenu {
63 if (IsCompact()) { 63 if (IsCompact()) {
64 [ChromeEarlGreyUI openToolsMenu]; 64 [ChromeEarlGreyUI openToolsMenu];
65 } 65 }
66 [[EarlGrey selectElementWithMatcher:chrome_test_util::shareButton()] 66 [[EarlGrey selectElementWithMatcher:chrome_test_util::shareButton()]
67 performAction:grey_tap()]; 67 performAction:grey_tap()];
68 } 68 }
69 69
70 @end 70 @end
OLDNEW
« no previous file with comments | « ios/chrome/test/earl_grey/chrome_earl_grey.mm ('k') | ios/chrome/test/earl_grey/chrome_matchers.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698