diff options
Diffstat (limited to 'content/shell/browser/shell_browser_context.cc')
-rw-r--r-- | content/shell/browser/shell_browser_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc index 8dee89a..2283fd95 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 { |