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 dbe70c0d1338efa0a2685c37a16b9648c85e6696..9316b6f07c657aff4dc06f5df8011ee27cf68660 100644 |
--- a/chrome/browser/content_settings/host_content_settings_map.h |
+++ b/chrome/browser/content_settings/host_content_settings_map.h |
@@ -197,7 +197,7 @@ class HostContentSettingsMap |
const ContentSettingsPattern& primary_pattern, |
const ContentSettingsPattern& secondary_pattern, |
ContentSettingsType content_type, |
- std::string resource_identifier) OVERRIDE; |
+ 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 |