| Index: chrome/browser/signin/cross_device_promo.h
|
| diff --git a/chrome/browser/signin/cross_device_promo.h b/chrome/browser/signin/cross_device_promo.h
|
| index 50dd4798e55c396d3593473396ea822f90277842..9913196f9bac31e3c4cb69141017c7edefd8267c 100644
|
| --- a/chrome/browser/signin/cross_device_promo.h
|
| +++ b/chrome/browser/signin/cross_device_promo.h
|
| @@ -44,7 +44,7 @@ class CrossDevicePromo : public KeyedService,
|
|
|
| // GaiaCookieManagerService::Observer:
|
| void OnGaiaAccountsInCookieUpdated(
|
| - const std::vector<std::pair<std::string, bool>>& accounts,
|
| + const std::vector<gaia::ListedAccount>& accounts,
|
| const GoogleServiceAuthError& error) override;
|
|
|
| // DeviceActivityFetcher::Observer:
|
|
|