| Index: chrome/browser/ui/app_list/chrome_signin_delegate.h
|
| diff --git a/chrome/browser/ui/app_list/chrome_signin_delegate.h b/chrome/browser/ui/app_list/chrome_signin_delegate.h
|
| index 17e9b5a363267379cd5ac641a58f892a30df7176..8f2dfb7449934319d00e10a25f8ae7b36d39acb7 100644
|
| --- a/chrome/browser/ui/app_list/chrome_signin_delegate.h
|
| +++ b/chrome/browser/ui/app_list/chrome_signin_delegate.h
|
| @@ -14,9 +14,10 @@ class Profile;
|
| class ChromeSigninDelegate : public app_list::SigninDelegate {
|
| public:
|
| explicit ChromeSigninDelegate(Profile* profile);
|
| + virtual ~ChromeSigninDelegate();
|
| + void SetProfile(Profile* profile);
|
|
|
| private:
|
| - virtual ~ChromeSigninDelegate();
|
|
|
| bool IsActiveSignin();
|
| void FinishSignin();
|
|
|