| 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 602934b9d4e2323bf2ceffdbe51af8a36e43fe2f..90b4f8f2fc4d316bba4c598bd298fce75fb0b034 100644
|
| --- a/components/autofill/core/browser/autofill_download.h
|
| +++ b/components/autofill/core/browser/autofill_download.h
|
| @@ -33,7 +33,7 @@ class FormStructure;
|
| // Handles getting and updating Autofill heuristics.
|
| class AutofillDownloadManager : public net::URLFetcherDelegate {
|
| public:
|
| - enum AutofillRequestType {
|
| + enum RequestType {
|
| REQUEST_QUERY,
|
| REQUEST_UPLOAD,
|
| };
|
| @@ -54,7 +54,7 @@ class AutofillDownloadManager : public net::URLFetcherDelegate {
|
| // |request_type| - type of request that failed.
|
| // |http_error| - HTTP error code.
|
| virtual void OnServerRequestError(const std::string& form_signature,
|
| - AutofillRequestType request_type,
|
| + RequestType request_type,
|
| int http_error) {}
|
|
|
| protected:
|
|
|