| Index: chrome/browser/chromeos/arc/arc_downloads_watcher_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h b/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h
|
| index 598fc42d57ca34a2a7e86df9d4a1f790e70aeab8..795c2ae5862b80b0b13b8e8389a0b4e17e80b568 100644
|
| --- a/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_downloads_watcher_service.h
|
| @@ -39,7 +39,7 @@ class ArcDownloadsWatcherService
|
| void StartWatchingDownloads();
|
| void StopWatchingDownloads();
|
|
|
| - void OnDownloadsChanged(const std::vector<base::FilePath>& paths);
|
| + void OnDownloadsChanged(mojo::Array<mojo::String> paths);
|
|
|
| std::unique_ptr<DownloadsWatcher> watcher_;
|
|
|
|
|