| Index: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| index dd545910952532d6c576212ed3ddf287fdf0bbce..45fcd0f0f575d22494d999db18fe0c73ce435ece 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util_unittest.cc
|
| @@ -135,10 +135,12 @@ class FileSystemProviderProviderAsyncFileUtilTest : public testing::Test {
|
| service->SetFileSystemFactoryForTesting(
|
| base::Bind(&FakeProvidedFileSystem::Create));
|
|
|
| - const bool result = service->MountFileSystem(kExtensionId,
|
| - kFileSystemId,
|
| - "Testing File System",
|
| - false /* writable */);
|
| + const bool result =
|
| + service->MountFileSystem(kExtensionId,
|
| + kFileSystemId,
|
| + "Testing File System",
|
| + false /* writable */,
|
| + false /* supports_notify_tag */);
|
| ASSERT_TRUE(result);
|
| const ProvidedFileSystemInfo& file_system_info =
|
| service->GetProvidedFileSystem(kExtensionId, kFileSystemId)
|
|
|