| Index: chrome/test/chromedriver/chrome/stub_devtools_client.cc
|
| diff --git a/chrome/test/chromedriver/chrome/stub_devtools_client.cc b/chrome/test/chromedriver/chrome/stub_devtools_client.cc
|
| index d4d4edcef47b0906f2d79b1d792bf4230fc94715..17b9f6a72b8f003bba7e990231bc51c80b0c8894 100644
|
| --- a/chrome/test/chromedriver/chrome/stub_devtools_client.cc
|
| +++ b/chrome/test/chromedriver/chrome/stub_devtools_client.cc
|
| @@ -52,7 +52,7 @@ void StubDevToolsClient::AddListener(DevToolsEventListener* listener) {
|
|
|
| Status StubDevToolsClient::HandleEventsUntil(
|
| const ConditionalFunc& conditional_func,
|
| - const base::TimeDelta& timeout) {
|
| + const Timeout& timeout) {
|
| return Status(kOk);
|
| }
|
|
|
|
|