| Index: net/http/partial_data.cc
|
| diff --git a/net/http/partial_data.cc b/net/http/partial_data.cc
|
| index 915aaa4bb92e0f14670bb6003b79c2741aeeab6e..ffc23437f7c22b03f095a8b94f1cfffecc17a7f1 100644
|
| --- a/net/http/partial_data.cc
|
| +++ b/net/http/partial_data.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include <limits>
|
|
|
| +#include "base/trace_event/trace_event.h"
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/format_macros.h"
|
| @@ -44,6 +45,7 @@ PartialData::PartialData()
|
| }
|
|
|
| PartialData::~PartialData() {
|
| + TRACE_EVENT0("toplevel", "PartialData::~PartialData");
|
| }
|
|
|
| bool PartialData::Init(const HttpRequestHeaders& headers) {
|
|
|