| Index: content/child/resource_dispatcher_unittest.cc
|
| diff --git a/content/child/resource_dispatcher_unittest.cc b/content/child/resource_dispatcher_unittest.cc
|
| index 8882db6a13b8113466ef034a56d787f7279d11bc..07fbecfbb4d8108ebffd283dc04265f4245e3464 100644
|
| --- a/content/child/resource_dispatcher_unittest.cc
|
| +++ b/content/child/resource_dispatcher_unittest.cc
|
| @@ -317,7 +317,7 @@ class ResourceDispatcherTest : public testing::Test, public IPC::Sender {
|
| ResourceDispatcher* dispatcher() { return dispatcher_.get(); }
|
|
|
| int StartAsync(const RequestInfo& request_info,
|
| - ResourceRequestBody* request_body,
|
| + ResourceRequestBodyImpl* request_body,
|
| TestRequestPeer::Context* peer_context) {
|
| std::unique_ptr<TestRequestPeer> peer(
|
| new TestRequestPeer(dispatcher(), peer_context));
|
|
|