| Index: components/autofill/core/browser/autofill_download_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_download_unittest.cc b/components/autofill/core/browser/autofill_download_unittest.cc
|
| index 978fc65736ee7f03dafc71dd5dd8961799923f5f..0959541463d69f9b788d4de367698c1acf2c694a 100644
|
| --- a/components/autofill/core/browser/autofill_download_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_download_unittest.cc
|
| @@ -93,7 +93,7 @@ class AutofillDownloadTest : public AutofillDownloadManager::Observer,
|
|
|
| virtual void OnServerRequestError(
|
| const std::string& form_signature,
|
| - AutofillDownloadManager::AutofillRequestType request_type,
|
| + AutofillDownloadManager::RequestType request_type,
|
| int http_error) OVERRIDE {
|
| ResponseData response;
|
| response.signature = form_signature;
|
|
|