diff options
Diffstat (limited to 'chrome/browser/user_style_sheet_watcher.h')
-rw-r--r-- | chrome/browser/user_style_sheet_watcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/user_style_sheet_watcher.h b/chrome/browser/user_style_sheet_watcher.h index a322837..82f8c43 100644 --- a/chrome/browser/user_style_sheet_watcher.h +++ b/chrome/browser/user_style_sheet_watcher.h @@ -21,7 +21,7 @@ class UserStyleSheetLoader; // whenever the file changes. class UserStyleSheetWatcher : public base::RefCountedThreadSafe<UserStyleSheetWatcher, - ChromeThread::DeleteOnUIThread>, + BrowserThread::DeleteOnUIThread>, public NotificationObserver { public: explicit UserStyleSheetWatcher(const FilePath& profile_path); |