| Index: base/files/file_path_watcher_linux.cc
|
| diff --git a/base/files/file_path_watcher_linux.cc b/base/files/file_path_watcher_linux.cc
|
| index 4bdfe74b4659077f8ba972dec059289676cd9c41..205a3eb779fbff1127a5c71657d86fa05130447a 100644
|
| --- a/base/files/file_path_watcher_linux.cc
|
| +++ b/base/files/file_path_watcher_linux.cc
|
| @@ -115,7 +115,7 @@ class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate,
|
|
|
| private:
|
| // Cleans up and stops observing the |message_loop_| thread.
|
| - void CancelOnMessageLoopThread() OVERRIDE;
|
| + virtual void CancelOnMessageLoopThread() OVERRIDE;
|
|
|
| // Inotify watches are installed for all directory components of |target_|. A
|
| // WatchEntry instance holds the watch descriptor for a component and the
|
|
|