| Index: webkit/fileapi/sandbox_mount_point_provider_unittest.cc
|
| diff --git a/webkit/fileapi/sandbox_mount_point_provider_unittest.cc b/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
|
| index 511a01365bbaf42bf467d36da00becaa220a81aa..da2f115aec409b124c5dbc88cb8d5de6d706141a 100644
|
| --- a/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
|
| +++ b/webkit/fileapi/sandbox_mount_point_provider_unittest.cc
|
| @@ -180,8 +180,8 @@ class SandboxMountPointProviderMigrationTest : public testing::Test {
|
| return path_manager()->sandbox_provider();
|
| }
|
|
|
| - FileSystemFileUtil* file_util() {
|
| - return sandbox_provider()->GetFileSystemFileUtil();
|
| + FileUtil* file_util() {
|
| + return sandbox_provider()->GetFileUtil();
|
| }
|
|
|
| void OnGetRootPath(bool success, const FilePath& unused,
|
|
|