| 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..4681054ed2f9e68976b550d0f99f02c1238b8ea3 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 */,
|
| + true /* setup_for_testing */),
|
| render_view_created_(false),
|
| delete_counter_(NULL),
|
| simulate_fetch_via_proxy_(false),
|
|
|