| Index: ios/chrome/browser/ui/ntp/google_landing_mediator.h
|
| diff --git a/ios/chrome/browser/ui/ntp/google_landing_mediator.h b/ios/chrome/browser/ui/ntp/google_landing_mediator.h
|
| index 95112f9b5fd1387109e8c6eea2b896279fa60680..6bfcfae82eda8edba969e370022d2f2f17a6295a 100644
|
| --- a/ios/chrome/browser/ui/ntp/google_landing_mediator.h
|
| +++ b/ios/chrome/browser/ui/ntp/google_landing_mediator.h
|
| @@ -12,6 +12,7 @@
|
| @protocol GoogleLandingConsumer;
|
| @protocol OmniboxFocuser;
|
| @protocol UrlLoader;
|
| +class WebStateList;
|
|
|
| namespace ios {
|
| class ChromeBrowserState;
|
| @@ -25,7 +26,8 @@ class ChromeBrowserState;
|
| loader:(id<UrlLoader>)loader
|
| focuser:(id<OmniboxFocuser>)focuser
|
| webToolbarDelegate:(id<WebToolbarDelegate>)webToolbarDelegate
|
| - tabModel:(TabModel*)tabModel NS_DESIGNATED_INITIALIZER;
|
| + webStateList:(WebStateList*)webStateList
|
| + NS_DESIGNATED_INITIALIZER;
|
| - (instancetype)init NS_UNAVAILABLE;
|
|
|
| // Get the maximum number of sites shown.
|
|
|