| Index: content/browser/renderer_host/render_view_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_unittest.cc b/content/browser/renderer_host/render_view_host_unittest.cc
|
| index ce8cd9da067a423624c22df484560a00de64df15..67a507c14b5104acd912f50e0904657491211fd0 100644
|
| --- a/content/browser/renderer_host/render_view_host_unittest.cc
|
| +++ b/content/browser/renderer_host/render_view_host_unittest.cc
|
| @@ -17,7 +17,6 @@
|
| #include "content/common/view_messages.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| -#include "content/public/browser/storage_partition.h"
|
| #include "content/public/common/bindings_policy.h"
|
| #include "content/public/common/drop_data.h"
|
| #include "content/public/common/url_constants.h"
|
| @@ -249,8 +248,7 @@
|
| : RenderMessageFilter(
|
| 0,
|
| context,
|
| - BrowserContext::GetDefaultStoragePartition(context)->
|
| - GetURLRequestContext(),
|
| + context->GetRequestContext(),
|
| nullptr,
|
| nullptr,
|
| nullptr,
|
|
|