| Index: chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| index 01a9da8c4c638ad3a308ce53e505ba4dcfc1004d..f91af27563d86dd50a2295673235bd8b9e6c2fb2 100644
|
| --- a/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| @@ -363,7 +363,7 @@ void StartPepperFlashUpdateRegistration(ComponentUpdateService* cus) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| base::FilePath path = GetPepperFlashBaseDirectory();
|
| if (!base::PathExists(path)) {
|
| - if (!file_util::CreateDirectory(path)) {
|
| + if (!base::CreateDirectory(path)) {
|
| NOTREACHED() << "Could not create Pepper Flash directory.";
|
| return;
|
| }
|
|
|