| Index: components/autofill/core/browser/autofill_download_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_download_manager.h b/components/autofill/core/browser/autofill_download_manager.h
|
| index fab53d32724db529f8ee11290cb9b6d0600dfa82..2963e413f92a9a6e717b9eb132cee1394f81fd3e 100644
|
| --- a/components/autofill/core/browser/autofill_download_manager.h
|
| +++ b/components/autofill/core/browser/autofill_download_manager.h
|
| @@ -118,7 +118,7 @@ class AutofillDownloadManager : public net::URLFetcherDelegate {
|
| const std::vector<std::string>& forms_in_query) const;
|
|
|
| // net::URLFetcherDelegate implementation:
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| // Probability of the form upload. Between 0 (no upload) and 1 (upload all).
|
| // GetPositiveUploadRate() is for matched forms,
|
|
|