Index: net/socket_stream/socket_stream.h |
diff --git a/net/socket_stream/socket_stream.h b/net/socket_stream/socket_stream.h |
index 2a4f0d7c14a7897b7d4e41c84f36cd024cfa66dd..9539ca67a4ef284d78c89e2b2447171a4bd5a513 100644 |
--- a/net/socket_stream/socket_stream.h |
+++ b/net/socket_stream/socket_stream.h |
@@ -13,7 +13,6 @@ |
#include "base/memory/linked_ptr.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "base/string16.h" |
#include "base/task.h" |
#include "net/base/address_list.h" |
#include "net/base/completion_callback.h" |
@@ -151,9 +150,7 @@ class NET_EXPORT SocketStream |
// Restarts with authentication info. |
// Should be used for response of OnAuthRequired. |
- virtual void RestartWithAuth( |
- const string16& username, |
- const string16& password); |
+ virtual void RestartWithAuth(const AuthCredentials& credentials); |
// Detach delegate. Call before delegate is deleted. |
// Once delegate is detached, close the socket stream and never call delegate |