Fix building on Windows

This commit is contained in:
Cheng Zhao 2016-09-06 19:55:18 +09:00
parent 4aa292c7cd
commit 6d8f900916
8 changed files with 12 additions and 11 deletions

View file

@ -365,7 +365,7 @@ bool PathProvider(int key, base::FilePath* result) {
case chrome::DIR_COMPONENT_WIDEVINE_CDM:
if (!PathService::Get(chrome::DIR_USER_DATA, &cur))
return false;
cur = cur.Append(kWidevineCdmBaseDirectory);
cur = cur.AppendASCII(kWidevineCdmBaseDirectory);
break;
#endif // defined(WIDEVINE_CDM_IS_COMPONENT)
// TODO(xhwang): FILE_WIDEVINE_CDM_ADAPTER has different meanings.