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 6c491014b7dd8243abb15115f10f131df496b1d4..3dee1a805214d9e278a462e687b6f8fe54a20e3a 100644 |
--- a/base/files/file_path_watcher_stub.cc |
+++ b/base/files/file_path_watcher_stub.cc |
@@ -22,6 +22,9 @@ class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate { |
virtual void Cancel() OVERRIDE {} |
virtual void CancelOnMessageLoopThread() OVERRIDE {} |
+ |
+ protected: |
+ virtual ~FilePathWatcherImpl() {} |
}; |
} // namespace |