diff options
Diffstat (limited to 'net/flip/flip_network_transaction.h')
-rw-r--r-- | net/flip/flip_network_transaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/flip/flip_network_transaction.h b/net/flip/flip_network_transaction.h index eab2f45..a48455a 100644 --- a/net/flip/flip_network_transaction.h +++ b/net/flip/flip_network_transaction.h @@ -15,6 +15,7 @@ #include "net/base/completion_callback.h" #include "net/base/load_states.h" #include "net/flip/flip_session.h" +#include "net/http/http_response_info.h" #include "net/http/http_transaction.h" namespace net { @@ -103,6 +104,7 @@ class FlipNetworkTransaction : public HttpTransaction { scoped_refptr<HttpNetworkSession> session_; const HttpRequestInfo* request_; + HttpResponseInfo response_; // The time the Start method was called. base::TimeTicks start_time_; |