Index: chrome/browser/autofill/autofill_download.cc |
diff --git a/chrome/browser/autofill/autofill_download.cc b/chrome/browser/autofill/autofill_download.cc |
index 851c8efb142dbbef4b4b8531e0f2d277793a678e..ba8c63d6d25ced5860f2e0353b55385b8237d7ca 100644 |
--- a/chrome/browser/autofill/autofill_download.cc |
+++ b/chrome/browser/autofill/autofill_download.cc |
@@ -25,6 +25,11 @@ |
#define AUTO_FILL_QUERY_SERVER_NAME_START_IN_HEADER "SOMESERVER/" |
#endif |
+struct AutoFillDownloadManager::FormRequestData { |
+ std::vector<std::string> form_signatures; |
+ AutoFillRequestType request_type; |
+}; |
+ |
AutoFillDownloadManager::AutoFillDownloadManager(Profile* profile) |
: profile_(profile), |
observer_(NULL), |