| Index: ios/chrome/browser/ui/ntp/google_landing_controller.h
|
| diff --git a/ios/chrome/browser/ui/ntp/google_landing_controller.h b/ios/chrome/browser/ui/ntp/google_landing_controller.h
|
| index ada9a22f8aefa519b1816505729d192b5d1a4634..9428342969f51e80e875f90c794057899a76927a 100644
|
| --- a/ios/chrome/browser/ui/ntp/google_landing_controller.h
|
| +++ b/ios/chrome/browser/ui/ntp/google_landing_controller.h
|
| @@ -23,9 +23,10 @@ class ChromeBrowserState;
|
| }
|
|
|
| // Google centric new tab page.
|
| -@interface GoogleLandingController : NSObject<LogoAnimationControllerOwnerOwner,
|
| - NewTabPagePanelProtocol,
|
| - ToolbarOwner>
|
| +@interface GoogleLandingController
|
| + : UIViewController<LogoAnimationControllerOwnerOwner,
|
| + NewTabPagePanelProtocol,
|
| + ToolbarOwner>
|
|
|
| // Initialization method.
|
| - (id)initWithLoader:(id<UrlLoader>)loader
|
|
|