Index: content/test/test_render_view_host.cc |
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc |
index fefc2696cb162c273712d6d47bcbee5950bd2c9e..14f20e9c938104dad561b58239b3cbd0a5dac74e 100644 |
--- a/content/test/test_render_view_host.cc |
+++ b/content/test/test_render_view_host.cc |
@@ -7,11 +7,13 @@ |
#include "base/memory/scoped_ptr.h" |
#include "content/browser/dom_storage/dom_storage_context_wrapper.h" |
#include "content/browser/dom_storage/session_storage_namespace_impl.h" |
+#include "content/browser/loader/resource_dispatcher_host_impl.h" |
#include "content/browser/site_instance_impl.h" |
#include "content/common/dom_storage/dom_storage_types.h" |
#include "content/common/frame_messages.h" |
#include "content/common/view_messages.h" |
#include "content/public/browser/browser_context.h" |
+#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/navigation_controller.h" |
#include "content/public/browser/storage_partition.h" |
#include "content/public/common/content_client.h" |
@@ -222,7 +224,8 @@ TestRenderViewHost::TestRenderViewHost( |
routing_id, |
main_frame_routing_id, |
swapped_out, |
- false /* hidden */), |
+ false /* hidden */, |
+ false /* has_render_process_host_impl */), |
render_view_created_(false), |
delete_counter_(NULL), |
simulate_fetch_via_proxy_(false), |