From 5199d74e9d09b9a0b3ab9f600fcc96a54a5902ba Mon Sep 17 00:00:00 2001 From: "mnissler@chromium.org" Date: Thu, 19 Aug 2010 10:35:46 +0000 Subject: Reland 56341 - Add support for watching directories to FileWatcher. BUG=none TEST=Unit tests in file_watcher_unittest.cc. Review URL: http://codereview.chromium.org/3184010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56670 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 c4974de..a322837 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_watcher.h" +#include "chrome/browser/file_path_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