Index: content/public/common/resource_response.h |
diff --git a/content/public/common/resource_response.h b/content/public/common/resource_response.h |
index a9a6addaaca38ef8828d5a2a403dd03c6add72e6..8147d3ad668ca4b36505e29ea3a4753b44601ef8 100644 |
--- a/content/public/common/resource_response.h |
+++ b/content/public/common/resource_response.h |
@@ -20,8 +20,6 @@ namespace content { |
// Parameters for a resource response header. |
struct ResourceResponseHead : ResourceResponseInfo { |
- // The response error_code. |
- int error_code; |
// TimeTicks::Now() when the browser received the request from the renderer. |
base::TimeTicks request_start; |
// TimeTicks::Now() when the browser sent the response to the renderer. |
@@ -30,6 +28,8 @@ struct ResourceResponseHead : ResourceResponseInfo { |
// Parameters for a synchronous resource response. |
struct SyncLoadResult : ResourceResponseHead { |
+ // The response error_code. |
+ int error_code; |
// The final URL after any redirects. |
GURL final_url; |