diff options
Diffstat (limited to 'net/base/auth.h')
-rw-r--r-- | net/base/auth.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/base/auth.h b/net/base/auth.h index 92bc315..2cff79d 100644 --- a/net/base/auth.h +++ b/net/base/auth.h @@ -34,6 +34,8 @@ #include "base/ref_counted.h" +namespace net { + // Holds info about an authentication challenge that we may want to display // to the user. class AuthChallengeInfo : @@ -73,4 +75,6 @@ class AuthData : public base::RefCountedThreadSafe<AuthData> { ~AuthData() {} }; +} // namespace net + #endif // NET_BASE_AUTH_H__ |