| Index: chrome_frame/test/automation_client_mock.cc
|
| diff --git a/chrome_frame/test/automation_client_mock.cc b/chrome_frame/test/automation_client_mock.cc
|
| index bcd63a757e0d220c1c27d437fac5a3aad9e5252a..06a57453f3256f3cbe992486a3367a3484fa5766 100644
|
| --- a/chrome_frame/test/automation_client_mock.cc
|
| +++ b/chrome_frame/test/automation_client_mock.cc
|
| @@ -313,7 +313,9 @@ class TestChromeFrameAutomationProxyImpl
|
| TestChromeFrameAutomationProxyImpl()
|
| // 1 is an unneeded timeout.
|
| : ChromeFrameAutomationProxyImpl(
|
| - NULL, AutomationProxy::GenerateChannelID(), 1) {
|
| + NULL,
|
| + AutomationProxy::GenerateChannelID(),
|
| + base::TimeDelta::FromMilliseconds(1)) {
|
| }
|
| MOCK_METHOD3(
|
| SendAsAsync,
|
|
|