| Index: components/arc/test/fake_file_system_instance.h
|
| diff --git a/components/arc/test/fake_file_system_instance.h b/components/arc/test/fake_file_system_instance.h
|
| index a019368f3aec65185263d009ff78033efa5bc2e3..b852244e701f616496c89ed1ded4b6bff625f44b 100644
|
| --- a/components/arc/test/fake_file_system_instance.h
|
| +++ b/components/arc/test/fake_file_system_instance.h
|
| @@ -17,6 +17,7 @@
|
| #include "base/macros.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "components/arc/common/file_system.mojom.h"
|
| +#include "storage/browser/fileapi/watcher_manager.h"
|
|
|
| namespace arc {
|
|
|
| @@ -115,7 +116,7 @@ class FakeFileSystemInstance : public mojom::FileSystemInstance {
|
| // Triggers watchers installed to a document.
|
| void TriggerWatchers(const std::string& authority,
|
| const std::string& document_id,
|
| - mojom::ChangeType type);
|
| + storage::WatcherManager::ChangeType type);
|
|
|
| // mojom::FileSystemInstance:
|
| void AddWatcher(const std::string& authority,
|
|
|