| Index: chrome/browser/component_updater/swiftshader_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/swiftshader_component_installer.cc b/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| index 110c0e9a6ebef27d4032df6afc55bd6dfbc7a20f..038c294e402ff2c8f94d5d3212089387f7814043 100644
|
| --- a/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| +++ b/chrome/browser/component_updater/swiftshader_component_installer.cc
|
| @@ -209,7 +209,7 @@ void RegisterSwiftShaderPath(ComponentUpdateService* cus) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| base::FilePath path = GetSwiftShaderBaseDirectory();
|
| if (!base::PathExists(path)) {
|
| - if (!file_util::CreateDirectory(path)) {
|
| + if (!base::CreateDirectory(path)) {
|
| NOTREACHED() << "Could not create SwiftShader directory.";
|
| return;
|
| }
|
|
|