| Index: chrome/browser/chromeos/file_system_provider/operations/truncate_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/truncate_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/truncate_unittest.cc
|
| index d7be8f2b9cf12a91469ac047dd7aba0a3909e6c2..92e2d611c3a7f4b20a19e793cae29bcda36d9663 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/truncate_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/truncate_unittest.cc
|
| @@ -43,6 +43,7 @@ class FileSystemProviderOperationsTruncateTest : public testing::Test {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| true /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
| }
|
|
|
| @@ -110,6 +111,7 @@ TEST_F(FileSystemProviderOperationsTruncateTest, Execute_ReadOnly) {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| false /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
|
|
| Truncate truncate(NULL,
|
|
|