Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3239)

Unified Diff: content/child/resource_dispatcher.h

Issue 293353007: Move resource_response_info from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698