| Index: chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h
|
| diff --git a/chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h b/chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h
|
| index b95d6a08df3e67756a57df3d58b020642452fa3b..5239346f5302896f59b58407897971801fa9c925 100644
|
| --- a/chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h
|
| +++ b/chrome/browser/chromeos/arc/fileapi/arc_file_system_operation_runner.h
|
| @@ -112,7 +112,7 @@ class ArcFileSystemOperationRunner
|
| void RemoveWatcher(int64_t watcher_id, const RemoveWatcherCallback& callback);
|
|
|
| // FileSystemHost overrides:
|
| - void OnDocumentChanged(int64_t watcher_id, mojom::ChangeType type) override;
|
| + void OnDocumentChanged(int64_t watcher_id, ChangeType type) override;
|
|
|
| // ArcSessionManager::Observer overrides:
|
| void OnArcPlayStoreEnabledChanged(bool enabled) override;
|
|
|