Index: chrome/browser/renderer_host/browser_render_process_host.cc |
=================================================================== |
--- chrome/browser/renderer_host/browser_render_process_host.cc (revision 77587) |
+++ chrome/browser/renderer_host/browser_render_process_host.cc (working copy) |
@@ -99,8 +99,8 @@ |
#include "ipc/ipc_switches.h" |
#include "media/base/media_switches.h" |
#include "ui/base/ui_base_switches.h" |
-#include "webkit/fileapi/file_system_path_manager.h" |
#include "webkit/plugins/plugin_switches.h" |
+#include "webkit/fileapi/sandbox_mount_point_provider.h" |
#if defined(OS_WIN) |
#include <objbase.h> |
@@ -301,7 +301,7 @@ |
// requests them. |
ChildProcessSecurityPolicy::GetInstance()->GrantPermissionsForFile( |
id(), profile->GetPath().Append( |
- fileapi::FileSystemPathManager::kFileSystemDirectory), |
+ fileapi::SandboxMountPointProvider::kFileSystemDirectory), |
base::PLATFORM_FILE_OPEN | |
base::PLATFORM_FILE_CREATE | |
base::PLATFORM_FILE_OPEN_ALWAYS | |