diff options
Diffstat (limited to 'net/ftp')
-rw-r--r-- | net/ftp/ftp_auth_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ftp/ftp_auth_cache.h b/net/ftp/ftp_auth_cache.h index 1bde911..1286511 100644 --- a/net/ftp/ftp_auth_cache.h +++ b/net/ftp/ftp_auth_cache.h @@ -42,7 +42,7 @@ class FtpAuthCache { private: typedef std::string AuthCacheKey; typedef scoped_refptr<AuthData> AuthCacheValue; - typedef std::map<AuthCacheKey,AuthCacheValue> AuthCacheMap; + typedef std::map<AuthCacheKey, AuthCacheValue> AuthCacheMap; // Get the key in hash table |cache_| where entries for ftp server |origin| // should be saved. |