| Index: components/signin/core/browser/about_signin_internals.h
|
| diff --git a/components/signin/core/browser/about_signin_internals.h b/components/signin/core/browser/about_signin_internals.h
|
| index c7e264c2b80837e7eb25d882c5662cd0cf4c2565..da66eed309b0cb2df53ae6f5ccff01d2283f6c30 100644
|
| --- a/components/signin/core/browser/about_signin_internals.h
|
| +++ b/components/signin/core/browser/about_signin_internals.h
|
| @@ -182,7 +182,7 @@ class AboutSigninInternals
|
|
|
| // Called when a cookie changes. If the cookie relates to a GAIA LSID cookie,
|
| // then we call ListAccounts and update the UI element.
|
| - void OnCookieChanged(const net::CanonicalCookie* cookie);
|
| + void OnCookieChanged(const net::CanonicalCookie& cookie, bool removed);
|
|
|
| // Weak pointer to the token service.
|
| ProfileOAuth2TokenService* token_service_;
|
| @@ -202,7 +202,7 @@ class AboutSigninInternals
|
|
|
| ObserverList<Observer> signin_observers_;
|
|
|
| - scoped_ptr<SigninClient::CookieChangedCallbackList::Subscription>
|
| + scoped_ptr<SigninClient::CookieChangedSubscription>
|
| cookie_changed_subscription_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AboutSigninInternals);
|
|
|