| Index: chrome/test/chromedriver/net/sync_websocket.h
|
| diff --git a/chrome/test/chromedriver/net/sync_websocket.h b/chrome/test/chromedriver/net/sync_websocket.h
|
| index 5dd59da54446fd72fbb336f17924f190fbd88458..d5833ff1f9bb32ae44a262a0719beae927416805 100644
|
| --- a/chrome/test/chromedriver/net/sync_websocket.h
|
| +++ b/chrome/test/chromedriver/net/sync_websocket.h
|
| @@ -7,9 +7,8 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/time/time.h"
|
| -
|
| class GURL;
|
| +class Timeout;
|
|
|
| // Proxy for using a WebSocket running on a background thread synchronously.
|
| class SyncWebSocket {
|
| @@ -36,7 +35,7 @@ class SyncWebSocket {
|
| // Returns StatusCode::kDisconnected if the socket is closed.
|
| virtual StatusCode ReceiveNextMessage(
|
| std::string* message,
|
| - const base::TimeDelta& timeout) = 0;
|
| + const Timeout& timeout) = 0;
|
|
|
| // Returns whether there are any messages that have been received and not yet
|
| // handled by ReceiveNextMessage.
|
|
|