diff options
Diffstat (limited to 'chrome/browser/profiles/profile_io_data.h')
-rw-r--r-- | chrome/browser/profiles/profile_io_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h index d90f71e..9b94833 100644 --- a/chrome/browser/profiles/profile_io_data.h +++ b/chrome/browser/profiles/profile_io_data.h @@ -287,7 +287,7 @@ class ProfileIOData { scoped_refptr<content_settings::CookieSettings> cookie_settings; scoped_refptr<HostContentSettingsMap> host_content_settings_map; scoped_refptr<net::SSLConfigService> ssl_config_service; - scoped_refptr<net::CookieMonster::Delegate> cookie_monster_delegate; + scoped_refptr<net::CookieMonsterDelegate> cookie_monster_delegate; #if defined(ENABLE_EXTENSIONS) scoped_refptr<extensions::InfoMap> extension_info_map; #endif |