| Index: net/websockets/websocket_job.h
|
| diff --git a/net/websockets/websocket_job.h b/net/websockets/websocket_job.h
|
| index 041cc8ab0b4bbb828bb2a28d27f4bbf07e60a3b9..f3c0ab18b7ff5bc1bb9160096cd9f4c8ef814d39 100644
|
| --- a/net/websockets/websocket_job.h
|
| +++ b/net/websockets/websocket_job.h
|
| @@ -10,7 +10,6 @@
|
| #include <vector>
|
|
|
| #include "base/memory/weak_ptr.h"
|
| -#include "base/string16.h"
|
| #include "net/base/address_list.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/socket_stream/socket_stream_job.h"
|
| @@ -57,9 +56,7 @@ class NET_EXPORT WebSocketJob
|
| virtual void Connect();
|
| virtual bool SendData(const char* data, int len);
|
| virtual void Close();
|
| - virtual void RestartWithAuth(
|
| - const string16& username,
|
| - const string16& password);
|
| + virtual void RestartWithAuth(const AuthCredentials& credentials);
|
| virtual void DetachDelegate();
|
|
|
| // SocketStream::Delegate methods.
|
|
|