| 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 0e5bd29ed13a8ae9451a8b33fd9ea480c35146b1..e378270bbba50a7997c8b411010f76d111a37a6b 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
|
| @@ -113,7 +113,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;
|
|
|