| Index: components/signin/core/browser/account_reconcilor.h
|
| diff --git a/components/signin/core/browser/account_reconcilor.h b/components/signin/core/browser/account_reconcilor.h
|
| index 7d3caf4acf4d4d87eb2365a8eb4d1d2723cd9ed8..d5df5e5416107c49ceff4d18ab5c3f26d5cac6f7 100644
|
| --- a/components/signin/core/browser/account_reconcilor.h
|
| +++ b/components/signin/core/browser/account_reconcilor.h
|
| @@ -135,7 +135,7 @@ class AccountReconcilor : public KeyedService,
|
| // Note internally that this |account_id| is added to the cookie jar.
|
| bool MarkAccountAsAddedToCookie(const std::string& account_id);
|
|
|
| - void OnCookieChanged(const net::CanonicalCookie* cookie);
|
| + void OnCookieChanged(const net::CanonicalCookie& cookie, bool removed);
|
|
|
| // Overriden from GaiaAuthConsumer.
|
| void OnListAccountsSuccess(const std::string& data) override;
|
| @@ -194,7 +194,7 @@ class AccountReconcilor : public KeyedService,
|
|
|
| std::deque<GetAccountsFromCookieCallback> get_gaia_accounts_callbacks_;
|
|
|
| - scoped_ptr<SigninClient::CookieChangedCallbackList::Subscription>
|
| + scoped_ptr<SigninClient::CookieChangedSubscription>
|
| cookie_changed_subscription_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AccountReconcilor);
|
|
|