| Index: chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc b/chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc
|
| index 570f0b965fafb6974ce902b2c64db404c752ba09..1d1f838486db9b9853de00dbff77f7a6dd2432b0 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/mount_path_util_unittest.cc
|
| @@ -166,7 +166,7 @@ TEST_F(FileSystemProviderMountPathUtilTest, Parser_WrongUrl) {
|
| const ProvidedFileSystemInfo file_system_info(
|
| kExtensionId, MountOptions(kFileSystemId, kDisplayName),
|
| GetMountPath(profile_, kExtensionId, kFileSystemId),
|
| - false /* configurable */, extensions::SOURCE_FILE);
|
| + false /* configurable */, true /* watchable */, extensions::SOURCE_FILE);
|
|
|
| const base::FilePath kFilePath = base::FilePath(FILE_PATH_LITERAL("/hello"));
|
| const storage::FileSystemURL url =
|
|
|