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 2748ec382cefbe4bf93f8dcfbe99b72b051db508..dabf0158e5da478c2d8f579579160baa32f7c945 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,12 @@ class AutofillDialogControllerImpl : public AutofillDialogController, |
virtual void OnWalletSigninError(); |
private: |
+ FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest, AutocompleteEvent); |
+ FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest, |
+ AutocompleteErrorEventReasonInvalid); |
+ FRIEND_TEST_ALL_PREFIXES(AutofillDialogControllerTest, |
+ AutocompleteErrorEventReasonCancel); |
+ |
// Whether or not the current request wants credit info back. |
bool RequestingCreditCardInfo() const; |