| Index: chrome_frame/test/net/test_automation_provider.cc
|
| diff --git a/chrome_frame/test/net/test_automation_provider.cc b/chrome_frame/test/net/test_automation_provider.cc
|
| index 9012a19a3bc596116f40b07444560f5fd7963ced..7b94536ba509cc3252431f34f45c34c7d8dc1dc7 100644
|
| --- a/chrome_frame/test/net/test_automation_provider.cc
|
| +++ b/chrome_frame/test/net/test_automation_provider.cc
|
| @@ -9,6 +9,7 @@
|
| #include "base/path_service.h"
|
| #include "chrome/common/automation_messages.h"
|
| #include "chrome_frame/test/net/test_automation_resource_message_filter.h"
|
| +#include "net/url_request/url_request_context.h"
|
|
|
| namespace {
|
|
|
| @@ -93,6 +94,7 @@ net::URLRequestJob* TestAutomationProvider::Factory(
|
| static int new_id = 0x00100000;
|
| URLRequestAutomationJob* job = new URLRequestAutomationJob(
|
| request, network_delegate,
|
| + request->context()->http_user_agent_settings(),
|
| g_provider_instance_->tab_handle_, new_id++,
|
| g_provider_instance_->automation_resource_message_filter_, false);
|
| return job;
|
|
|