| Index: base/files/file_path_watcher_stub.cc
|
| diff --git a/base/files/file_path_watcher_stub.cc b/base/files/file_path_watcher_stub.cc
|
| index 8138692ede11f3f178bf84f5bd7d7733c0bae6aa..c637e3c0fe1dd04abd3c43e15c37e0c58388241e 100644
|
| --- a/base/files/file_path_watcher_stub.cc
|
| +++ b/base/files/file_path_watcher_stub.cc
|
| @@ -21,8 +21,6 @@ class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
|
|
|
| void Cancel() override {}
|
|
|
| - void CancelOnMessageLoopThread() override {}
|
| -
|
| protected:
|
| ~FilePathWatcherImpl() override {}
|
| };
|
|
|