diff options
Diffstat (limited to 'net/base/auth_cache.h')
-rw-r--r-- | net/base/auth_cache.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/base/auth_cache.h b/net/base/auth_cache.h index d4357f6..555bcfd 100644 --- a/net/base/auth_cache.h +++ b/net/base/auth_cache.h @@ -37,7 +37,7 @@ class GURL; -// TODO(wtc): move AuthCache into the net namespace. +namespace net { // The AuthCache class is a simple cache structure to store authentication // information for ftp or http/https sites. Provides lookup, addition, and @@ -81,4 +81,6 @@ class AuthCache { AuthCacheMap cache_; }; +} // namespace net + #endif // NET_BASE_AUTH_CACHE_H__ |