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

Unified Diff: content/child/sync_load_response.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/site_isolation_policy.cc ('k') | content/child/web_url_loader_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/sync_load_response.h
diff --git a/content/child/sync_load_response.h b/content/child/sync_load_response.h
index d19985f3757a6fb82cff517e32fae848dd3109c6..918bdeba9c4ae55a51645eb1e6bf291294daa5e6 100644
--- a/content/child/sync_load_response.h
+++ b/content/child/sync_load_response.h
@@ -7,14 +7,14 @@
#include <string>
+#include "content/public/common/resource_response_info.h"
#include "url/gurl.h"
-#include "webkit/common/resource_response_info.h"
namespace content {
// See the SyncLoad method. (The name of this struct is not
// suffixed with "Info" because it also contains the response data.)
-struct SyncLoadResponse : webkit_glue::ResourceResponseInfo {
+struct SyncLoadResponse : ResourceResponseInfo {
SyncLoadResponse();
~SyncLoadResponse();
« no previous file with comments | « content/child/site_isolation_policy.cc ('k') | content/child/web_url_loader_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698