summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/ssl_config_service_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/ssl_config_service_manager.h')
-rw-r--r--chrome/browser/net/ssl_config_service_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/ssl_config_service_manager.h b/chrome/browser/net/ssl_config_service_manager.h
index d2a351f..3a7907c 100644
--- a/chrome/browser/net/ssl_config_service_manager.h
+++ b/chrome/browser/net/ssl_config_service_manager.h
@@ -16,12 +16,12 @@ class SSLConfigServiceManager {
public:
// Create an instance of the default SSLConfigServiceManager for the current
// platform. The lifetime of the profile must be longer than that of the
- // factory.
+ // manager.
static SSLConfigServiceManager* CreateDefaultManager(Profile* profile);
virtual ~SSLConfigServiceManager() {}
- // Get an SSLConfigService instance. It may be a new instance or the factory
+ // Get an SSLConfigService instance. It may be a new instance or the manager
// may return the same instance multiple times.
// The caller should hold a reference as long as it needs the instance (eg,
// using scoped_refptr.)