| Index: chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc
|
| index 8a2a0c714dccd727c0ff2cd0f86d3d7e544b340c..5805cc0035c0cd5cc414fcb77e0631c6fedf2bd5 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/read_file_unittest.cc
|
| @@ -77,13 +77,10 @@ class FileSystemProviderOperationsReadFileTest : public testing::Test {
|
| virtual ~FileSystemProviderOperationsReadFileTest() {}
|
|
|
| virtual void SetUp() override {
|
| - file_system_info_ =
|
| - ProvidedFileSystemInfo(kExtensionId,
|
| - kFileSystemId,
|
| - "" /* display_name */,
|
| - false /* writable */,
|
| - false /* supports_notify_tag */,
|
| - base::FilePath() /* mount_path */);
|
| + file_system_info_ = ProvidedFileSystemInfo(
|
| + kExtensionId,
|
| + MountOptions(kFileSystemId, "" /* display_name */),
|
| + base::FilePath());
|
| io_buffer_ = make_scoped_refptr(new net::IOBuffer(kOffset + kLength));
|
| }
|
|
|
|
|