| Index: chrome/browser/chromeos/file_system_provider/operations/move_entry_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/move_entry_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/move_entry_unittest.cc
|
| index 72a5bd40ae5109f29b714b536f555a01e9f4761f..70c9972fbb3a56f04b0d557c58b28be541d60ad5 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/move_entry_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/move_entry_unittest.cc
|
| @@ -43,6 +43,7 @@ class FileSystemProviderOperationsMoveEntryTest : public testing::Test {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| true /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
| }
|
|
|
| @@ -110,6 +111,7 @@ TEST_F(FileSystemProviderOperationsMoveEntryTest, Execute_ReadOnly) {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| false /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
|
|
| MoveEntry move_entry(NULL,
|
|
|