| 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 d41d46bc4b96fcc0e2c034c2945527fd82988b34..3a71c55f841e13cc52b7d5b35460e102c780b907 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();
|
| + FileApiFileUtil* file_util() {
|
| + return sandbox_provider()->GetFileUtil();
|
| }
|
|
|
| void OnGetRootPath(bool success, const FilePath& unused,
|
|
|