| Index: chrome/browser/renderer_host/browser_render_process_host.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/browser_render_process_host.cc (revision 78772)
|
| +++ chrome/browser/renderer_host/browser_render_process_host.cc (working copy)
|
| @@ -102,9 +102,9 @@
|
| #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/glue/resource_type.h"
|
| #include "webkit/plugins/plugin_switches.h"
|
| +#include "webkit/fileapi/sandbox_mount_point_provider.h"
|
|
|
| #if defined(OS_WIN)
|
| #include <objbase.h>
|
| @@ -307,7 +307,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 |
|
|
|