summaryrefslogtreecommitdiffstats
path: root/chrome/browser/user_style_sheet_watcher.cc
diff options
context:
space:
mode:
authorcraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-14 16:56:01 +0000
committercraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-14 16:56:01 +0000
commit493c8001f5011b3f0aacf06a57df7f523b09b23c (patch)
tree7cd7d409b12a85fb9f36c2bca0a54488d551b800 /chrome/browser/user_style_sheet_watcher.cc
parentbb8890e9cee0c997257873e9c978eead7d028568 (diff)
downloadchromium_src-493c8001f5011b3f0aacf06a57df7f523b09b23c.zip
chromium_src-493c8001f5011b3f0aacf06a57df7f523b09b23c.tar.gz
chromium_src-493c8001f5011b3f0aacf06a57df7f523b09b23c.tar.bz2
Move FilePathWatcher to base/files.
FilePathWatcher is going to be used in future for monitoring changes to /etc/resolv.conf so it needs live somewhere where various consumers can get at it without incurring the wrath of the layering gods. TEST=existing tests BUG=67734 Review URL: http://codereview.chromium.org/6793020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/user_style_sheet_watcher.cc')
-rw-r--r--chrome/browser/user_style_sheet_watcher.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/user_style_sheet_watcher.cc b/chrome/browser/user_style_sheet_watcher.cc
index 516501d..25dc57b 100644
--- a/chrome/browser/user_style_sheet_watcher.cc
+++ b/chrome/browser/user_style_sheet_watcher.cc
@@ -9,6 +9,8 @@
#include "content/common/notification_service.h"
#include "content/common/notification_type.h"
+using ::base::files::FilePathWatcher;
+
namespace {
// The subdirectory of the profile that contains the style sheet.