| Index: chrome/browser/chromeos/file_system_provider/operations/delete_entry_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/delete_entry_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/delete_entry_unittest.cc
|
| index cbded1a3d6f3fd315db00fcfd2282677fea62dbe..9a2a273bd1a4a876b72c075960611d102662ed3b 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/delete_entry_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/delete_entry_unittest.cc
|
| @@ -42,6 +42,7 @@ class FileSystemProviderOperationsDeleteEntryTest : public testing::Test {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| true /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
| }
|
|
|
| @@ -110,6 +111,7 @@ TEST_F(FileSystemProviderOperationsDeleteEntryTest, Execute_ReadOnly) {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| false /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
|
|
| DeleteEntry delete_entry(NULL,
|
|
|