diff options
Diffstat (limited to 'chrome_frame/test/automation_client_mock.h')
-rw-r--r-- | chrome_frame/test/automation_client_mock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/automation_client_mock.h b/chrome_frame/test/automation_client_mock.h index da51759..b81a582 100644 --- a/chrome_frame/test/automation_client_mock.h +++ b/chrome_frame/test/automation_client_mock.h @@ -65,7 +65,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(), EmptyString(), 0); + 0, base::Time::Now(), EmptyString(), 0); } void ReplyData(int request_id, const std::string* data) { |