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

Unified Diff: ios/chrome/browser/ui/ntp/new_tab_page_controller.h

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_bar.h ('k') | ios/chrome/browser/ui/ntp/new_tab_page_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/ntp/new_tab_page_controller.h
diff --git a/ios/chrome/browser/ui/ntp/new_tab_page_controller.h b/ios/chrome/browser/ui/ntp/new_tab_page_controller.h
index d73c6dad108a2fbc540bb764c803e03ac808aa51..b4bc70c9b64ff16dab7447a01b416f8c728524c6 100644
--- a/ios/chrome/browser/ui/ntp/new_tab_page_controller.h
+++ b/ios/chrome/browser/ui/ntp/new_tab_page_controller.h
@@ -38,7 +38,7 @@ std::string FragmentFromIdentifier(PanelIdentifier panel);
@class BookmarkHomeTabletNTPController;
@protocol CRWSwipeRecognizerProvider;
-@class GoogleLandingController;
+@class GoogleLandingViewController;
@protocol NewTabPagePanelProtocol;
@protocol OmniboxFocuser;
@class TabModel;
@@ -77,7 +77,7 @@ std::string FragmentFromIdentifier(PanelIdentifier panel);
UIScrollViewDelegate> {
@private
base::scoped_nsobject<BookmarkHomeTabletNTPController> bookmarkController_;
- base::scoped_nsobject<GoogleLandingController> googleLandingController_;
+ base::scoped_nsobject<GoogleLandingViewController> googleLandingController_;
base::scoped_nsprotocol<id<NewTabPagePanelProtocol>> incognitoController_;
// The currently visible controller, one of the above.
id<NewTabPagePanelProtocol> currentController_; // weak
« no previous file with comments | « ios/chrome/browser/ui/ntp/new_tab_page_bar.h ('k') | ios/chrome/browser/ui/ntp/new_tab_page_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698