summaryrefslogtreecommitdiffstats
path: root/net/base/auth_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/auth_cache.h')
-rw-r--r--net/base/auth_cache.h4
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__