summaryrefslogtreecommitdiffstats
path: root/chrome/browser/user_style_sheet_watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/user_style_sheet_watcher.h')
-rw-r--r--chrome/browser/user_style_sheet_watcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/user_style_sheet_watcher.h b/chrome/browser/user_style_sheet_watcher.h
index c8006c1..4fae4b1 100644
--- a/chrome/browser/user_style_sheet_watcher.h
+++ b/chrome/browser/user_style_sheet_watcher.h
@@ -24,7 +24,7 @@ class UserStyleSheetWatcher
: public content::NotificationObserver,
public RefcountedProfileKeyedService {
public:
- UserStyleSheetWatcher(Profile* profile, const FilePath& profile_path);
+ UserStyleSheetWatcher(Profile* profile, const base::FilePath& profile_path);
void Init();
@@ -47,7 +47,7 @@ class UserStyleSheetWatcher
Profile* profile_;
// The directory containing User StyleSheets/Custom.css.
- FilePath profile_path_;
+ base::FilePath profile_path_;
// The loader object.
scoped_refptr<UserStyleSheetLoader> loader_;