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 729ecbd0beab133a323a6fbad797094b942b4aa1..e4bdad045e59ffe533c6313150a4c012dd594c7a 100644 |
--- a/chrome_frame/test/automation_client_mock.cc |
+++ b/chrome_frame/test/automation_client_mock.cc |
@@ -320,7 +320,8 @@ class TestChromeFrameAutomationProxyImpl |
public: |
TestChromeFrameAutomationProxyImpl() |
// 1 is an unneeded timeout. |
- : ChromeFrameAutomationProxyImpl(NULL, 1) { |
+ : ChromeFrameAutomationProxyImpl( |
+ NULL, AutomationProxy::GenerateChannelID(), 1) { |
} |
MOCK_METHOD3( |
SendAsAsync, |
@@ -476,4 +477,3 @@ TEST_F(CFACMockTest, NavigateTwiceAfterInitToSameUrl) { |
EXPECT_CALL(mock_proxy_, ReleaseTabProxy(testing::Eq(tab_handle_))).Times(1); |
client_->Uninitialize(); |
} |
- |