Index: chrome/browser/profiles/profile_io_data.h |
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h |
index d90f71e094388fea11ac80f2cf568a6234d3df2c..9b94833e93e99ecc542a68b7a2c3750e0768a526 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 |