| 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 cf4587abee849ef52dac455d88256b9da65b8ecd..46c976e0b47c81b0ded804c3f793e0f1aa119bcb 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -9,6 +9,7 @@
|
| #include <vector>
|
|
|
| #include "base/callback.h"
|
| +#include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
| @@ -287,6 +288,8 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
|
| virtual void OnWalletSigninError();
|
|
|
| private:
|
| + FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest, ErrorReasonInvalid);
|
| +
|
| // Whether or not the current request wants credit info back.
|
| bool RequestingCreditCardInfo() const;
|
|
|
|
|