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

Unified Diff: ios/chrome/browser/ui/ntp/google_landing_controller_unittest.mm

Issue 2833513002: Replace TabModel with WebStateList in GoogleLandingController. (Closed)
Patch Set: Created 3 years, 8 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/ui/ntp/google_landing_controller_unittest.mm
diff --git a/ios/chrome/browser/ui/ntp/google_landing_controller_unittest.mm b/ios/chrome/browser/ui/ntp/google_landing_controller_unittest.mm
index 3a711ffd175ccf43ab741dd8169f7850a7b4841a..8d0723ca922a7c2633ab884a0c75ca1f5204453b 100644
--- a/ios/chrome/browser/ui/ntp/google_landing_controller_unittest.mm
+++ b/ios/chrome/browser/ui/ntp/google_landing_controller_unittest.mm
@@ -61,7 +61,7 @@ class GoogleLandingControllerTest : public BlockCleanupTest {
loader:(id<UrlLoader>)mockUrlLoader_
focuser:nil
webToolbarDelegate:nil
- tabModel:nil];
+ webStateList:nil];
};
base::MessageLoopForUI message_loop_;

Powered by Google App Engine
This is Rietveld 408576698