diff options
Diffstat (limited to 'webkit/support/weburl_loader_mock_factory.cc')
-rw-r--r-- | webkit/support/weburl_loader_mock_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/support/weburl_loader_mock_factory.cc b/webkit/support/weburl_loader_mock_factory.cc index 1ac9bd49..612df83 100644 --- a/webkit/support/weburl_loader_mock_factory.cc +++ b/webkit/support/weburl_loader_mock_factory.cc @@ -47,7 +47,7 @@ void WebURLLoaderMockFactory::RegisterURL(const WebURL& url, response_info.file_path = base::FilePath(std::wstring( file_path_16.data(), file_path_16.length())); #endif - DCHECK(file_util::PathExists(response_info.file_path)) + DCHECK(base::PathExists(response_info.file_path)) << response_info.file_path.MaybeAsASCII() << " does not exist."; } |