diff options
Diffstat (limited to 'chrome/browser/host_content_settings_map.h')
-rw-r--r-- | chrome/browser/host_content_settings_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/host_content_settings_map.h b/chrome/browser/host_content_settings_map.h index 52e4f9e..191463c 100644 --- a/chrome/browser/host_content_settings_map.h +++ b/chrome/browser/host_content_settings_map.h @@ -31,7 +31,7 @@ class Profile; class HostContentSettingsMap : public NotificationObserver, public base::RefCountedThreadSafe<HostContentSettingsMap, - ChromeThread::DeleteOnUIThread> { + BrowserThread::DeleteOnUIThread> { public: // A hostname pattern. See |IsValid| for a description of possible patterns. class Pattern { |