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

Unified Diff: ios/clean/chrome/browser/ui/ntp/ntp_home_coordinator.mm

Issue 2829223004: Rename GoogleLandingController to GoogleLandingViewController.
Patch Set: Rebase 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
« no previous file with comments | « ios/chrome/browser/ui/ntp/new_tab_page_egtest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/ui/ntp/ntp_home_coordinator.mm
diff --git a/ios/clean/chrome/browser/ui/ntp/ntp_home_coordinator.mm b/ios/clean/chrome/browser/ui/ntp/ntp_home_coordinator.mm
index 8acee7074d445faa03f792888c166dbbba7bd861..c972ee6c7932b7c25b57f3ec54f1022abf98a8b0 100644
--- a/ios/clean/chrome/browser/ui/ntp/ntp_home_coordinator.mm
+++ b/ios/clean/chrome/browser/ui/ntp/ntp_home_coordinator.mm
@@ -4,8 +4,8 @@
#import "ios/clean/chrome/browser/ui/ntp/ntp_home_coordinator.h"
-#import "ios/chrome/browser/ui/ntp/google_landing_controller.h"
#import "ios/chrome/browser/ui/ntp/google_landing_mediator.h"
+#import "ios/chrome/browser/ui/ntp/google_landing_view_controller.h"
#import "ios/clean/chrome/browser/ui/ntp/ntp_home_mediator.h"
#import "ios/shared/chrome/browser/ui/browser_list/browser.h"
#import "ios/shared/chrome/browser/ui/commands/command_dispatcher.h"
@@ -18,7 +18,7 @@
@interface NTPHomeCoordinator ()
@property(nonatomic, strong) NTPHomeMediator* mediator;
@property(nonatomic, strong) GoogleLandingMediator* googleLandingMediator;
-@property(nonatomic, strong) GoogleLandingController* viewController;
+@property(nonatomic, strong) GoogleLandingViewController* viewController;
@end
@implementation NTPHomeCoordinator
@@ -37,7 +37,7 @@
[self.browser->dispatcher()
startDispatchingToTarget:self.mediator
forProtocol:@protocol(OmniboxFocuser)];
- self.viewController = [[GoogleLandingController alloc] init];
+ self.viewController = [[GoogleLandingViewController alloc] init];
self.viewController.dispatcher = static_cast<id>(self.browser->dispatcher());
self.googleLandingMediator = [[GoogleLandingMediator alloc]
initWithConsumer:self.viewController
« no previous file with comments | « ios/chrome/browser/ui/ntp/new_tab_page_egtest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698