| Index: webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
| diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.cc b/webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
| index 68c50246ab6d168ab0ffe02bed5a718f7671fe04..642f7d35a561dfeaaba25f32e05f41ef3e6170aa 100644
|
| --- a/webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
| +++ b/webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
| @@ -16,7 +16,6 @@
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebFileSystem.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h"
|
| #include "webkit/chromeos/fileapi/file_access_permissions.h"
|
| -#include "webkit/fileapi/file_system_path_manager.h"
|
| #include "webkit/fileapi/file_system_util.h"
|
| #include "webkit/fileapi/native_file_util.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| @@ -83,7 +82,7 @@ void CrosMountPointProvider::ValidateFileSystemRootAndGetURL(
|
| const GURL& origin_url,
|
| fileapi::FileSystemType type,
|
| bool create,
|
| - const fileapi::FileSystemPathManager::GetRootPathCallback& callback) {
|
| + const GetRootPathCallback& callback) {
|
| DCHECK(type == fileapi::kFileSystemTypeExternal);
|
| std::string name(GetOriginIdentifierFromURL(origin_url));
|
| name += ':';
|
|
|