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

Unified Diff: content/public/common/resource_response_info.h

Issue 298293010: Move resource_devtools_info from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, nits 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/public/common/resource_devtools_info.cc ('k') | webkit/common/resource_devtools_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/resource_response_info.h
diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h
index a4231e8b608195ce29dffa0de4fc66b6939afce8..4c233b073dfd55dd4b490d90fb8e1f0f54fdf952 100644
--- a/content/public/common/resource_response_info.h
+++ b/content/public/common/resource_response_info.h
@@ -12,11 +12,11 @@
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
#include "content/common/content_export.h"
+#include "content/public/common/resource_devtools_info.h"
#include "net/base/host_port_pair.h"
#include "net/base/load_timing_info.h"
#include "net/http/http_response_info.h"
#include "url/gurl.h"
-#include "webkit/common/resource_devtools_info.h"
namespace content {
@@ -67,7 +67,7 @@ struct ResourceResponseInfo {
// Actual request and response headers, as obtained from the network stack.
// Only present if request had LOAD_REPORT_RAW_HEADERS in load_flags, and
// requesting renderer had CanReadRowCookies permission.
- scoped_refptr<webkit_glue::ResourceDevToolsInfo> devtools_info;
+ scoped_refptr<ResourceDevToolsInfo> devtools_info;
// The path to a file that will contain the response body. It may only
// contain a portion of the response body at the time that the ResponseInfo
« no previous file with comments | « content/public/common/resource_devtools_info.cc ('k') | webkit/common/resource_devtools_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698