| Index: chrome/browser/signin/signin_manager.h
|
| diff --git a/chrome/browser/signin/signin_manager.h b/chrome/browser/signin/signin_manager.h
|
| index b780d280559c95ca63b715a89b585d20e982b2df..3c789f2df08e2c01b7b1108a1cb883f8b37817e0 100644
|
| --- a/chrome/browser/signin/signin_manager.h
|
| +++ b/chrome/browser/signin/signin_manager.h
|
| @@ -43,7 +43,6 @@
|
| class CookieSettings;
|
| class ProfileIOData;
|
| class PrefService;
|
| -class SigninAccountIdHelper;
|
| class SigninClient;
|
|
|
| class SigninManager : public SigninManagerBase,
|
| @@ -205,9 +204,6 @@ class SigninManager : public SigninManagerBase,
|
| std::string possibly_invalid_username_;
|
| std::string password_; // This is kept empty whenever possible.
|
|
|
| - // Fetcher for the obfuscated user id.
|
| - scoped_ptr<SigninAccountIdHelper> account_id_helper_;
|
| -
|
| // The type of sign being performed. This value is valid only between a call
|
| // to one of the StartSigninXXX methods and when the sign in is either
|
| // successful or not.
|
|
|