Index: content/shell/shell_browser_context.cc |
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc |
index 721d7c88210d7fa46c57022095f01dad747f356d..59152858368ebb6675b15be3f19f14d1f7e0a07b 100644 |
--- a/content/shell/shell_browser_context.cc |
+++ b/content/shell/shell_browser_context.cc |
@@ -100,7 +100,7 @@ void ShellBrowserContext::InitWhileIOAllowed() { |
NOTIMPLEMENTED(); |
#endif |
- if (!file_util::PathExists(path_)) |
+ if (!base::PathExists(path_)) |
file_util::CreateDirectory(path_); |
} |