| Index: chrome/browser/devtools/devtools_file_helper.cc
|
| diff --git a/chrome/browser/devtools/devtools_file_helper.cc b/chrome/browser/devtools/devtools_file_helper.cc
|
| index b9e42d27962b51ee95437fc0d80b4522bd944616..b5ef95fcc5a0424caec005cd75200de0c64f6138 100644
|
| --- a/chrome/browser/devtools/devtools_file_helper.cc
|
| +++ b/chrome/browser/devtools/devtools_file_helper.cc
|
| @@ -456,6 +456,8 @@ void DevToolsFileHelper::FileSystemPathsSettingChanged() {
|
| }
|
|
|
| void DevToolsFileHelper::FilePathsChanged(
|
| - const std::vector<std::string>& paths) {
|
| - delegate_->FilePathsChanged(paths);
|
| + const std::vector<std::string>& changed_paths,
|
| + const std::vector<std::string>& added_paths,
|
| + const std::vector<std::string>& removed_paths) {
|
| + delegate_->FilePathsChanged(changed_paths, added_paths, removed_paths);
|
| }
|
|
|