| Index: content/test/weburl_loader_mock_factory.cc
|
| diff --git a/content/test/weburl_loader_mock_factory.cc b/content/test/weburl_loader_mock_factory.cc
|
| index 2c91e6f437e6a6c809458532c78fd5f9e4c78102..791ae1e18d255060deee11950c6630bc3e003848 100644
|
| --- a/content/test/weburl_loader_mock_factory.cc
|
| +++ b/content/test/weburl_loader_mock_factory.cc
|
| @@ -39,7 +39,7 @@ void WebURLLoaderMockFactory::RegisterURL(const WebURL& url,
|
| response_info.file_path =
|
| base::FilePath(static_cast<std::string>(file_path.utf8()));
|
| #elif defined(OS_WIN)
|
| - string16 file_path_16 = file_path;
|
| + base::string16 file_path_16 = file_path;
|
| response_info.file_path = base::FilePath(std::wstring(
|
| file_path_16.data(), file_path_16.length()));
|
| #endif
|
|
|