From c369ffd33760e7b2f6aad22b3747dff321bf497a Mon Sep 17 00:00:00 2001 From: "mnissler@chromium.org" Date: Tue, 17 Aug 2010 15:04:42 +0000 Subject: Revert 56341 - Add support for watching directories to FileWatcher. BUG=none TEST=Unit tests in file_watcher_unittest.cc. Review URL: http://codereview.chromium.org/3149004 TBR=mnissler@chromium.org Review URL: http://codereview.chromium.org/3165027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56349 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/user_style_sheet_watcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/user_style_sheet_watcher.h') diff --git a/chrome/browser/user_style_sheet_watcher.h b/chrome/browser/user_style_sheet_watcher.h index a322837..c4974de 100644 --- a/chrome/browser/user_style_sheet_watcher.h +++ b/chrome/browser/user_style_sheet_watcher.h @@ -10,7 +10,7 @@ #include "base/ref_counted.h" #include "base/scoped_ptr.h" #include "chrome/browser/chrome_thread.h" -#include "chrome/browser/file_path_watcher.h" +#include "chrome/browser/file_watcher.h" #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" #include "googleurl/src/gurl.h" @@ -44,7 +44,7 @@ class UserStyleSheetWatcher scoped_refptr loader_; // Watches for changes to the css file so we can reload the style sheet. - scoped_ptr file_watcher_; + scoped_ptr file_watcher_; NotificationRegistrar registrar_; -- cgit v1.1