diff options
Diffstat (limited to 'chrome/browser/user_style_sheet_watcher.h')
-rw-r--r-- | chrome/browser/user_style_sheet_watcher.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/user_style_sheet_watcher.h b/chrome/browser/user_style_sheet_watcher.h index 8b0296a..4fd0243 100644 --- a/chrome/browser/user_style_sheet_watcher.h +++ b/chrome/browser/user_style_sheet_watcher.h @@ -21,8 +21,9 @@ class UserStyleSheetLoader; // Watches the user style sheet file and triggers reloads on the file thread // whenever the file changes. class UserStyleSheetWatcher - : public base::RefCountedThreadSafe<UserStyleSheetWatcher, - BrowserThread::DeleteOnUIThread>, + : public base::RefCountedThreadSafe< + UserStyleSheetWatcher, + content::BrowserThread::DeleteOnUIThread>, public content::NotificationObserver { public: UserStyleSheetWatcher(Profile* profile, const FilePath& profile_path); @@ -37,7 +38,8 @@ class UserStyleSheetWatcher const content::NotificationDetails& details); private: - friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>; + friend struct content::BrowserThread::DeleteOnThread< + content::BrowserThread::UI>; friend class DeleteTask<UserStyleSheetWatcher>; virtual ~UserStyleSheetWatcher(); |