| Index: chrome/browser/chromeos/file_system_provider/operations/remove_watcher_unittest.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/remove_watcher_unittest.cc b/chrome/browser/chromeos/file_system_provider/operations/remove_watcher_unittest.cc
|
| index d72fcef5008ca8544ff4a04b8a37112dabbe1612..56f488d75b5d82361ff92b580882f59fa6722928 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/remove_watcher_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/remove_watcher_unittest.cc
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/browser/chromeos/file_system_provider/operations/test_util.h"
|
| #include "chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h"
|
| #include "chrome/common/extensions/api/file_system_provider.h"
|
| +#include "chrome/common/extensions/api/file_system_provider_capabilities/file_system_provider_capabilities_handler.h"
|
| #include "chrome/common/extensions/api/file_system_provider_internal.h"
|
| #include "extensions/browser/event_router.h"
|
| #include "storage/browser/fileapi/async_file_util.h"
|
| @@ -39,9 +40,8 @@ class FileSystemProviderOperationsRemoveWatcherTest : public testing::Test {
|
|
|
| void SetUp() override {
|
| file_system_info_ = ProvidedFileSystemInfo(
|
| - kExtensionId,
|
| - MountOptions(kFileSystemId, "" /* display_name */),
|
| - base::FilePath());
|
| + kExtensionId, MountOptions(kFileSystemId, "" /* display_name */),
|
| + base::FilePath(), false /* configurable */, extensions::SOURCE_FILE);
|
| }
|
|
|
| ProvidedFileSystemInfo file_system_info_;
|
|
|