| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index 73c82ab48eb29ae839c1ed0b7aa8acc30ecf6897..2e4b54e3d3bf7a15c2d2da021ad8be55d817da08 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -25,12 +25,12 @@ struct ResourceMsg_RequestCompleteData;
|
|
|
| namespace webkit_glue {
|
| class ResourceLoaderBridge;
|
| -struct ResourceResponseInfo;
|
| }
|
|
|
| namespace content {
|
| class RequestPeer;
|
| class ResourceDispatcherDelegate;
|
| +struct ResourceResponseInfo;
|
| struct RequestInfo;
|
| struct ResourceResponseHead;
|
| struct SiteIsolationResponseMetaData;
|
| @@ -166,10 +166,9 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| // again in the deferred state.
|
| void FlushDeferredMessages(int request_id);
|
|
|
| - void ToResourceResponseInfo(
|
| - const PendingRequestInfo& request_info,
|
| - const ResourceResponseHead& browser_info,
|
| - webkit_glue::ResourceResponseInfo* renderer_info) const;
|
| + void ToResourceResponseInfo(const PendingRequestInfo& request_info,
|
| + const ResourceResponseHead& browser_info,
|
| + ResourceResponseInfo* renderer_info) const;
|
|
|
| base::TimeTicks ToRendererCompletionTime(
|
| const PendingRequestInfo& request_info,
|
|
|