| 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 ad0c31c21d2fb5e2f861f8af30633e711215fbee..27b016f54e3314f2c6bd79d0a48c6b4c3d914e27 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/abort_unittest.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/abort_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"
|
| @@ -38,9 +39,8 @@ class FileSystemProviderOperationsAbortTest : 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_;
|
|
|