$OpenBSD: patch-chrome_browser_file_path_watcher_stub_cc,v 1.1 2011/02/08 09:43:02 espie Exp $
--- chrome/browser/file_path_watcher_stub.cc.orig	Fri Jan 21 10:20:26 2011
+++ chrome/browser/file_path_watcher_stub.cc	Sun Jan 23 23:27:31 2011
@@ -9,7 +9,7 @@
 
 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {
  public:
-  virtual bool Watch(const FilePath& path, FileWatcher::Delegate* delegate) {
+  virtual bool Watch(const FilePath& path, FilePathWatcher::Delegate* delegate) {
     return false;
   }
 };
