Chromium Code Reviews| 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 17d79d1b7ffe32cc0febad5cb9d7fb64d5554a84..80244d371d1e7ac1e0c2f38cf4c3268ecbaae3a2 100644 |
| --- a/chrome/browser/download/download_request_limiter_unittest.cc |
| +++ b/chrome/browser/download/download_request_limiter_unittest.cc |
| @@ -151,7 +151,7 @@ class DownloadRequestLimiterTest : public ChromeRenderViewHostTestHarness { |
| content_settings_ = new HostContentSettingsMap( |
| profile_->GetPrefs(), false /* incognito_profile */, |
| - false /* guest_profile */); |
| + false /* guest_profile */, nullptr /* PrefServiceSyncable* */); |
|
raymes
2016/06/29 03:50:01
nit: usually just put the name of the variable in
lshang
2016/06/30 05:03:35
We've changed to not pass in the pointer, so no ne
|
| DownloadRequestLimiter::SetContentSettingsForTesting( |
| content_settings_.get()); |
| } |