| Index: chrome/browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc
|
| index c285243e4450a26800cdaeb015f2e9cda1ae6bf7..8f389982f7b189401a6c352f4c83e1bdf0a86ca6 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc
|
| @@ -43,6 +43,7 @@ class FileSystemProviderOperationsCopyEntryTest : public testing::Test {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| true /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
| }
|
|
|
| @@ -110,6 +111,7 @@ TEST_F(FileSystemProviderOperationsCopyEntryTest, Execute_ReadOnly) {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| false /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
|
|
| CopyEntry copy_entry(NULL,
|
|
|