| Index: ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h
|
| diff --git a/ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h b/ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h
|
| index 7f9e7c907cf85d5c4c135cf98b6a13f376dedb69..faabe2f7a18cfe414351c0c60ac57f9036bb17be 100644
|
| --- a/ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h
|
| +++ b/ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h
|
| @@ -25,10 +25,11 @@
|
| static FakeChromeIdentityService* GetInstanceFromChromeProvider();
|
|
|
| // ChromeIdentityService implementation.
|
| - UINavigationController* CreateAccountDetailsController(
|
| + base::scoped_nsobject<UINavigationController> NewAccountDetails(
|
| ChromeIdentity* identity,
|
| id<ChromeIdentityBrowserOpener> browser_opener) override;
|
| - ChromeIdentityInteractionManager* CreateChromeIdentityInteractionManager(
|
| + base::scoped_nsobject<ChromeIdentityInteractionManager>
|
| + NewChromeIdentityInteractionManager(
|
| ios::ChromeBrowserState* browser_state,
|
| id<ChromeIdentityInteractionManagerDelegate> delegate) const override;
|
|
|
|
|