| 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 deabfcd28728c7f18fac4359a3f72796ce0dd1ee..3f125914f077a2a9f40f96f0327b9756ff3067d2 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 */);
|
| }
|
|
|
|
|