Index: chrome/browser/host_content_settings_map.h |
diff --git a/chrome/browser/host_content_settings_map.h b/chrome/browser/host_content_settings_map.h |
index 24518bfe8bbc26ca00cdc78fc71a005a17102094..25edb99f0a1b8f89b5489d166da6021e9534fc5d 100644 |
--- a/chrome/browser/host_content_settings_map.h |
+++ b/chrome/browser/host_content_settings_map.h |
@@ -247,11 +247,7 @@ class HostContentSettingsMap |
typedef std::map<ContentSettingsTypeResourceIdentifierPair, ContentSetting> |
ResourceContentSettings; |
- struct ExtendedContentSettings { |
- ContentSettings content_settings; |
- ResourceContentSettings content_settings_for_resources; |
- }; |
- |
+ struct ExtendedContentSettings; |
typedef std::map<std::string, ExtendedContentSettings> HostContentSettings; |
// Sets the fields of |settings| based on the values in |dictionary|. |