| Index: net/websockets/websocket_job.h
|
| diff --git a/net/websockets/websocket_job.h b/net/websockets/websocket_job.h
|
| index 041cc8ab0b4bbb828bb2a28d27f4bbf07e60a3b9..fa6665d391efaeb2b4fe57343079562bd0bf7f3b 100644
|
| --- a/net/websockets/websocket_job.h
|
| +++ b/net/websockets/websocket_job.h
|
| @@ -57,9 +57,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.
|
|
|