| Index: chrome/browser/content_settings/host_content_settings_map.h
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
|
| index 5eb4ae722316a1bdc9e2f8506aa58edc58bda5b5..8d538b285eccf6668ed274925b5d365dc35b8aa5 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.h
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.h
|
| @@ -168,7 +168,7 @@ class HostContentSettingsMap
|
| ContentSettingsPattern primary_pattern,
|
| ContentSettingsPattern secondary_pattern,
|
| ContentSettingsType content_type,
|
| - std::string resource_identifier);
|
| + std::string resource_identifier) OVERRIDE;
|
|
|
| // Returns true if we should allow all content types for this URL. This is
|
| // true for various internal objects like chrome:// URLs, so UI and other
|
|
|