| Index: chrome/browser/download/download_request_limiter_unittest.cc
|
| diff --git a/chrome/browser/download/download_request_limiter_unittest.cc b/chrome/browser/download/download_request_limiter_unittest.cc
|
| index 113caca3467fed33656f5233e4d48f9f72020bfb..3f2514a65c63e7da64cbfdc9b14d49248373e68a 100644
|
| --- a/chrome/browser/download/download_request_limiter_unittest.cc
|
| +++ b/chrome/browser/download/download_request_limiter_unittest.cc
|
| @@ -112,7 +112,9 @@ class DownloadRequestLimiterTest : public ChromeRenderViewHostTestHarness {
|
| &fake_create_callback_);
|
| #endif
|
|
|
| - content_settings_ = new HostContentSettingsMap(profile_->GetPrefs(), false);
|
| + content_settings_ = new HostContentSettingsMap(
|
| + profile_->GetPrefs(), false /* incognito_profile */,
|
| + false /* guest_profile */);
|
| DownloadRequestLimiter::SetContentSettingsForTesting(
|
| content_settings_.get());
|
| }
|
|
|