summaryrefslogtreecommitdiffstats
path: root/base/files/file_path_watcher_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/files/file_path_watcher_stub.cc')
-rw-r--r--base/files/file_path_watcher_stub.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/files/file_path_watcher_stub.cc b/base/files/file_path_watcher_stub.cc
index 0c25d7f..fc3001f 100644
--- a/base/files/file_path_watcher_stub.cc
+++ b/base/files/file_path_watcher_stub.cc
@@ -16,7 +16,7 @@ class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
public:
virtual bool Watch(const FilePath& path,
bool recursive,
- FilePathWatcher::Delegate* delegate) OVERRIDE {
+ const FilePathWatcher::Callback& callback) OVERRIDE {
return false;
}