| Index: chrome/browser/chromeos/file_system_provider/operations/abort_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/abort_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/abort_unittest.cc
|
| index 6518c9bc52e86d8fd48a73290a976a9faebcd6fb..c31b2937b25223e60c115db70b85825df7d999fa 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/abort_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/abort_unittest.cc
|
| @@ -42,6 +42,7 @@ class FileSystemProviderOperationsAbortTest : public testing::Test {
|
| kFileSystemId,
|
| "" /* file_system_name */,
|
| false /* writable */,
|
| + false /* supports_notify_tag */,
|
| base::FilePath() /* mount_path */);
|
| }
|
|
|
|
|