| Index: net/socket_stream/socket_stream_job.h
|
| diff --git a/net/socket_stream/socket_stream_job.h b/net/socket_stream/socket_stream_job.h
|
| index 0b87c1af17941f7426f083317d3e2ce94b44e638..039b933bb3c94b2c75c987ffaa11991182f08549 100644
|
| --- a/net/socket_stream/socket_stream_job.h
|
| +++ b/net/socket_stream/socket_stream_job.h
|
| @@ -9,7 +9,6 @@
|
| #include <string>
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/string16.h"
|
| #include "net/base/net_export.h"
|
| #include "net/socket_stream/socket_stream.h"
|
|
|
| @@ -63,8 +62,7 @@ class NET_EXPORT SocketStreamJob
|
|
|
| virtual void Close();
|
|
|
| - virtual void RestartWithAuth(const string16& username,
|
| - const string16& password);
|
| + virtual void RestartWithAuth(const AuthCredentials& credentials);
|
|
|
| virtual void DetachDelegate();
|
|
|
|
|