| 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
|
|
|