| Index: content/shell/browser/shell_browser_context.cc
|
| diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc
|
| index 8dee89a08deeb6992ed13ef2c00447c2032d6c83..2283fd9585baa7a332bbcb93679b4f04a524c117 100644
|
| --- a/content/shell/browser/shell_browser_context.cc
|
| +++ b/content/shell/browser/shell_browser_context.cc
|
| @@ -107,7 +107,7 @@ void ShellBrowserContext::InitWhileIOAllowed() {
|
| #endif
|
|
|
| if (!base::PathExists(path_))
|
| - file_util::CreateDirectory(path_);
|
| + base::CreateDirectory(path_);
|
| }
|
|
|
| base::FilePath ShellBrowserContext::GetPath() const {
|
|
|