| Index: webkit/fileapi/test_mount_point_provider.h
|
| diff --git a/webkit/fileapi/test_mount_point_provider.h b/webkit/fileapi/test_mount_point_provider.h
|
| index 8a6d76d1c6a3b1db43c913f80819dd9b8c20aa16..c8fdbcd370b08e353832bbb5d48f2e29224bdc0f 100644
|
| --- a/webkit/fileapi/test_mount_point_provider.h
|
| +++ b/webkit/fileapi/test_mount_point_provider.h
|
| @@ -18,6 +18,7 @@ class SequencedTaskRunner;
|
|
|
| namespace fileapi {
|
|
|
| +class LocalFileUtil;
|
| class FileSystemQuotaUtil;
|
|
|
| // This should be only used for testing.
|
| @@ -70,7 +71,7 @@ class FILEAPI_EXPORT_PRIVATE TestMountPointProvider
|
|
|
| private:
|
| FilePath base_path_;
|
| - scoped_ptr<FileSystemFileUtil> local_file_util_;
|
| + scoped_ptr<LocalFileUtil> local_file_util_;
|
| scoped_ptr<FileSystemQuotaUtil> quota_util_;
|
| };
|
|
|
|
|