Index: components/autofill/core/browser/autofill_download.h |
diff --git a/components/autofill/core/browser/autofill_download.h b/components/autofill/core/browser/autofill_download.h |
index 21949adcc92f9e70c18aeefb210f4349da401157..bba1d7197629883d732c07f2c56620984c8faee2 100644 |
--- a/components/autofill/core/browser/autofill_download.h |
+++ b/components/autofill/core/browser/autofill_download.h |
@@ -82,7 +82,7 @@ class AutofillDownloadManager : public net::URLFetcherDelegate { |
// stored on the local client. |
bool StartUploadRequest(const FormStructure& form, |
bool form_was_autofilled, |
- const FieldTypeSet& available_field_types); |
+ const ServerFieldTypeSet& available_field_types); |
private: |
friend class AutofillDownloadTest; |