| Index: chrome/browser/chromeos/file_system_provider/operations/create_file_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/create_file_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/create_file_unittest.cc
|
| index 36a8ac64c44729c72b23457709020439b7e6e549..2b7619e2b8286dc2d4d399dfafce49b9832246d6 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/create_file_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/create_file_unittest.cc
|
| @@ -42,6 +42,7 @@ class FileSystemProviderOperationsCreateFileTest : public testing::Test {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| true /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
| }
|
|
|
| @@ -107,6 +108,7 @@ TEST_F(FileSystemProviderOperationsCreateFileTest, Execute_ReadOnly) {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| false /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
|
|
| CreateFile create_file(NULL,
|
|
|