| Index: chrome/browser/net/url_request_mock_util.cc
|
| diff --git a/chrome/browser/net/url_request_mock_util.cc b/chrome/browser/net/url_request_mock_util.cc
|
| index 680ed1d4df79b6deb0bf96e6457258118105b950..05ec594ea5b983abd6913445b7cfb8cc98235795 100644
|
| --- a/chrome/browser/net/url_request_mock_util.cc
|
| +++ b/chrome/browser/net/url_request_mock_util.cc
|
| @@ -30,7 +30,7 @@ void SetUrlRequestMocksEnabled(bool enabled) {
|
| URLRequestMockLinkDoctorJob::AddUrlHandler();
|
| URLRequestSlowDownloadJob::AddUrlHandler();
|
|
|
| - std::wstring root_http;
|
| + FilePath root_http;
|
| PathService::Get(chrome::DIR_TEST_DATA, &root_http);
|
| URLRequestMockHTTPJob::AddUrlHandler(root_http);
|
| URLRequestSlowHTTPJob::AddUrlHandler(root_http);
|
|
|