Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index c9b6e2fe96378cd5e24bda4bf1d474c372667c29..c7238bd5a28386e5360a62cbe6a4375193d7739f 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -367,7 +367,7 @@ bool PathProvider(int key, base::FilePath* result) { |
#endif |
#if defined(WIDEVINE_CDM_AVAILABLE) |
case chrome::FILE_WIDEVINE_CDM_PLUGIN: |
- if (!PathService::Get(base::DIR_MODULE, &cur)) |
+ if (!GetInternalPluginsDirectory(&cur)) |
return false; |
cur = cur.Append(kWidevineCdmPluginFileName); |
break; |