Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
index aa1e42c8c629525ddf677826b60350a5dbbacd75..997b10db496bdf90916169194f3c7d58ec717d10 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
@@ -13,6 +13,7 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/string16.h" |
#include "base/time.h" |
+#include "chrome/browser/ui/autofill/account_chooser_model.h" |
#include "chrome/browser/ui/autofill/autofill_dialog_controller.h" |
#include "chrome/browser/ui/autofill/autofill_dialog_models.h" |
#include "chrome/browser/ui/autofill/autofill_dialog_types.h" |
@@ -381,12 +382,6 @@ class AutofillDialogControllerImpl : public AutofillDialogController, |
// The helper is set only during fetch/sign-in, and NULL otherwise. |
scoped_ptr<wallet::WalletSigninHelper> signin_helper_; |
- // The user account name (email). |
- // Valid only if PayingWithWallet() and SigninState() == SIGNED_IN. |
- // Set whenever the sign-in helper fetches the user info. |
- // TODO(aruslan): this should be removed (AccountChooser should deal with it). |
- std::string current_username_; |
- |
// A client to talk to the Online Wallet API. |
wallet::WalletClient wallet_client_; |