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 8ce62b0c47a7ba32e56d1fc6c62c7303a8714f1e..8dc4c78044fc973e70af88d61021ace4b6d60ab4 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: |