Index: chrome/browser/content_settings/content_settings_provider.h |
diff --git a/chrome/browser/content_settings/content_settings_provider.h b/chrome/browser/content_settings/content_settings_provider.h |
index eff144361e6eb26acfb03ef9f29a439fd0a6278f..88c0a6f01e362fb41d2cd0d9dbfa040d7972bafb 100644 |
--- a/chrome/browser/content_settings/content_settings_provider.h |
+++ b/chrome/browser/content_settings/content_settings_provider.h |
@@ -98,7 +98,7 @@ class ProviderInterface { |
// For a given content type, returns all content setting rules with a |
// non-default setting, mapped to their actual settings. |
// |content_settings_rules| must be non-NULL. If this provider was created for |
- // the off-the-record profile, it will only return those settings differing |
+ // the incognito profile, it will only return those settings differing |
// from the corresponding regular provider. For ContentSettingsTypes that |
// require a resource identifier to be specified, the |resource_identifier| |
// must be non-empty. |