| Index: content/browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc
|
| diff --git a/content/browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc b/content/browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc
|
| index dcd01f6613c0e374d09b5397a8ae2fa0dc3f31e2..80de9610218cc83ac82887aa5cbed6f4119d6383 100644
|
| --- a/content/browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc
|
| +++ b/content/browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc
|
| @@ -36,7 +36,7 @@ class SandboxFileSystemBackendDelegateTest : public testing::Test {
|
| ASSERT_TRUE(data_dir_.CreateUniqueTempDir());
|
| delegate_.reset(new storage::SandboxFileSystemBackendDelegate(
|
| NULL /* quota_manager_proxy */,
|
| - base::ThreadTaskRunnerHandle::Get().get(), data_dir_.path(),
|
| + base::ThreadTaskRunnerHandle::Get().get(), data_dir_.GetPath(),
|
| NULL /* special_storage_policy */, CreateAllowFileAccessOptions()));
|
| }
|
|
|
|
|