Index: chrome_frame/test/automation_client_mock.h |
diff --git a/chrome_frame/test/automation_client_mock.h b/chrome_frame/test/automation_client_mock.h |
index 4cd89dcbff431899ab10f658fe3586bd07858e8d..1debab7343918ff18442e8d6193fa3ea5469434f 100644 |
--- a/chrome_frame/test/automation_client_mock.h |
+++ b/chrome_frame/test/automation_client_mock.h |
@@ -67,7 +67,7 @@ struct MockCFDelegate : public ChromeFrameDelegateImpl { |
void ReplyStarted(int request_id, const char* headers) { |
request_delegate_->OnResponseStarted(request_id, "text/html", headers, |
- 0, base::Time::Now(), EmptyString(), 0, net::HostPortPair()); |
+ 0, base::Time::Now(), EmptyString(), 0, net::HostPortPair(), 0); |
} |
void ReplyData(int request_id, const std::string* data) { |