Index: net/http/http_auth.h |
diff --git a/net/http/http_auth.h b/net/http/http_auth.h |
index 5140596cef9f89066b8bfe2c8d7aa602014f5987..7b71850e942cd0bebdaa06b91b7c00710b82dc3d 100644 |
--- a/net/http/http_auth.h |
+++ b/net/http/http_auth.h |
@@ -10,7 +10,7 @@ |
#include <string> |
#include "base/memory/scoped_ptr.h" |
-#include "base/string16.h" |
+#include "net/base/auth.h" |
#include "net/base/net_export.h" |
#include "net/http/http_util.h" |
@@ -104,8 +104,7 @@ class NET_EXPORT_PRIVATE HttpAuth { |
IdentitySource source; |
bool invalid; |
- string16 username; |
- string16 password; |
+ AuthCredentials credentials; |
}; |
// Get the name of the header containing the auth challenge |