| 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 834772f9d04e09e11926e7a43d423333deecd756..bbef25b708f32c27dac162071b3da5364b13d7f3 100644
|
| --- a/components/autofill/core/browser/autofill_download_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_download_unittest.cc
|
| @@ -64,7 +64,7 @@ class AutofillDownloadTest : public AutofillDownloadManager::Observer,
|
| public testing::Test {
|
| public:
|
| AutofillDownloadTest()
|
| - : download_manager_(&profile_, this) {
|
| + : download_manager_(&profile_, profile_.GetPrefs(), this) {
|
| }
|
|
|
| void LimitCache(size_t cache_size) {
|
|
|