summaryrefslogtreecommitdiffstats
path: root/base/directory_watcher_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/directory_watcher_stub.cc')
-rw-r--r--base/directory_watcher_stub.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/directory_watcher_stub.cc b/base/directory_watcher_stub.cc
index a92a84c..92cc5ff 100644
--- a/base/directory_watcher_stub.cc
+++ b/base/directory_watcher_stub.cc
@@ -10,7 +10,7 @@
class DirectoryWatcherImpl : public DirectoryWatcher::PlatformDelegate {
public:
virtual bool Watch(const FilePath& path, DirectoryWatcher::Delegate* delegate,
- bool recursive) {
+ MessageLoop* backend_loop, bool recursive) {
return false;
}
};