Index: chrome_frame/test/automation_client_mock.cc |
=================================================================== |
--- chrome_frame/test/automation_client_mock.cc (revision 67218) |
+++ chrome_frame/test/automation_client_mock.cc (working copy) |
@@ -315,7 +315,8 @@ |
public: |
TestChromeFrameAutomationProxyImpl() |
// 1 is an unneeded timeout. |
- : ChromeFrameAutomationProxyImpl(NULL, 1) { |
+ : ChromeFrameAutomationProxyImpl( |
+ NULL, AutomationProxy::GenerateChannelID(), 1) { |
} |
MOCK_METHOD3( |
SendAsAsync, |
@@ -469,4 +470,3 @@ |
EXPECT_CALL(mock_proxy_, ReleaseTabProxy(testing::Eq(tab_handle_))).Times(1); |
client_->Uninitialize(); |
} |
- |