| Index: webkit/fileapi/file_system_mount_point_provider_unittest.cc
|
| diff --git a/webkit/fileapi/file_system_mount_point_provider_unittest.cc b/webkit/fileapi/file_system_mount_point_provider_unittest.cc
|
| index f56ce8c1b9d1b2b85fdce1d44d7df9ceb24d0f7d..b5b07a26fc346c41060e76f12336526bc46ae827 100644
|
| --- a/webkit/fileapi/file_system_mount_point_provider_unittest.cc
|
| +++ b/webkit/fileapi/file_system_mount_point_provider_unittest.cc
|
| @@ -219,7 +219,7 @@ class FileSystemMountPointProviderTest : public testing::Test {
|
| #if defined(OS_CHROMEOS)
|
| ExternalFileSystemMountPointProvider* external_provider =
|
| file_system_context_->external_provider();
|
| - external_provider->AddMountPoint(FilePath(kMountPoint));
|
| + external_provider->AddLocalMountPoint(FilePath(kMountPoint));
|
| #endif
|
| }
|
|
|
| @@ -254,6 +254,7 @@ class FileSystemMountPointProviderTest : public testing::Test {
|
|
|
| private:
|
| ScopedTempDir data_dir_;
|
| + MessageLoop message_loop_;
|
| base::WeakPtrFactory<FileSystemMountPointProviderTest> weak_factory_;
|
|
|
| scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy_;
|
|
|