| Index: content/child/resource_dispatcher_unittest.cc
|
| diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
|
| index da0ef2a5d90d21374b0a37ffcdf0a40a55c48d92..b41b5a834c3c63b019edbaecc627a3b9918a2bed 100644
|
| --- a/content/child/resource_dispatcher_unittest.cc
|
| +++ b/content/child/resource_dispatcher_unittest.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/process/process.h"
|
| #include "base/process/process_handle.h"
|
| #include "content/child/request_extra_data.h"
|
| +#include "content/child/request_info.h"
|
| #include "content/child/resource_dispatcher.h"
|
| #include "content/common/resource_messages.h"
|
| #include "content/common/service_worker/service_worker_types.h"
|
| @@ -162,7 +163,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
|
| }
|
|
|
| ResourceLoaderBridge* CreateBridge() {
|
| - webkit_glue::ResourceLoaderBridge::RequestInfo request_info;
|
| + RequestInfo request_info;
|
| request_info.method = "GET";
|
| request_info.url = GURL(test_page_url);
|
| request_info.first_party_for_cookies = GURL(test_page_url);
|
|
|