| Index: chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/download_protection_service_unittest.cc b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| index e8da2eeea7570f6c0c6e75a4a270524926484dd4..af98856947666248f451696758afb5f51e17126d 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/download_protection_service_unittest.cc
|
| @@ -390,7 +390,7 @@ TEST_F(DownloadProtectionServiceTest, CheckClientDownloadFetchFailed) {
|
| net::FakeURLFetcherFactory factory(NULL);
|
| // HTTP request will fail.
|
| factory.SetFakeResponse(
|
| - DownloadProtectionService::GetDownloadRequestUrl(), "", false);
|
| + DownloadProtectionService::GetDownloadRequestUrl(), std::string(), false);
|
|
|
| base::FilePath a_tmp(FILE_PATH_LITERAL("a.tmp"));
|
| base::FilePath a_exe(FILE_PATH_LITERAL("a.exe"));
|
|
|