| Index: chrome/browser/file_watcher_stub.cc
|
| diff --git a/base/file_watcher_stub.cc b/chrome/browser/file_watcher_stub.cc
|
| similarity index 84%
|
| rename from base/file_watcher_stub.cc
|
| rename to chrome/browser/file_watcher_stub.cc
|
| index 99484fc94439f97c6791764607a9976c6684001f..96e24f4bbc37d0010532a400ec3ad8116bee045c 100644
|
| --- a/base/file_watcher_stub.cc
|
| +++ b/chrome/browser/file_watcher_stub.cc
|
| @@ -5,12 +5,11 @@
|
| // This file exists for Linux systems which don't have the inotify headers, and
|
| // thus cannot build file_watcher_inotify.cc
|
|
|
| -#include "base/file_watcher.h"
|
| +#include "chrome/browser/file_watcher.h"
|
|
|
| class FileWatcherImpl : public FileWatcher::PlatformDelegate {
|
| public:
|
| - virtual bool Watch(const FilePath& path, FileWatcher::Delegate* delegate,
|
| - MessageLoop* backend_loop) {
|
| + virtual bool Watch(const FilePath& path, FileWatcher::Delegate* delegate) {
|
| return false;
|
| }
|
| };
|
|
|