Fix building on Windows
This commit is contained in:
parent
4aa292c7cd
commit
6d8f900916
8 changed files with 12 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue