| Index: chrome/browser/chromeos/file_system_provider/provided_file_system_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system_unittest.cc b/chrome/browser/chromeos/file_system_provider/provided_file_system_unittest.cc
|
| index 49352fceda33a1fd2dbb75c3b01e58ceabbf8cf0..8503b6898de476874d2de66755c849e4751b9b72 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/provided_file_system_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/provided_file_system_unittest.cc
|
| @@ -85,7 +85,7 @@ class FileSystemProviderProvidedFileSystemTest : public testing::Test {
|
| profile_.reset(new TestingProfile);
|
| event_router_.reset(new FakeEventRouter(profile_.get()));
|
| base::FilePath mount_path =
|
| - util::GetMountPointPath(profile_.get(), kExtensionId, kFileSystemId);
|
| + util::GetMountPath(profile_.get(), kExtensionId, kFileSystemId);
|
| file_system_info_.reset(new ProvidedFileSystemInfo(
|
| kExtensionId, kFileSystemId, kFileSystemName, mount_path));
|
| provided_file_system_.reset(
|
|
|