| Index: chrome/browser/devtools/devtools_ui_bindings.h
|
| diff --git a/chrome/browser/devtools/devtools_ui_bindings.h b/chrome/browser/devtools/devtools_ui_bindings.h
|
| index 938cc12fd8b63b61a10c0b9107cead9a113830ae..888823492e3e871ac3b78bc8406af9f313132aec 100644
|
| --- a/chrome/browser/devtools/devtools_ui_bindings.h
|
| +++ b/chrome/browser/devtools/devtools_ui_bindings.h
|
| @@ -177,7 +177,9 @@ class DevToolsUIBindings : public DevToolsEmbedderMessageDispatcher::Delegate,
|
| void FileSystemAdded(
|
| const DevToolsFileHelper::FileSystem& file_system) override;
|
| void FileSystemRemoved(const std::string& file_system_path) override;
|
| - void FilePathsChanged(const std::vector<std::string>& file_paths) override;
|
| + void FilePathsChanged(const std::vector<std::string>& changed_paths,
|
| + const std::vector<std::string>& added_paths,
|
| + const std::vector<std::string>& removed_paths) override;
|
|
|
| // DevToolsFileHelper callbacks.
|
| void FileSavedAs(const std::string& url);
|
|
|