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