| Index: net/disk_cache/trace.cc
|
| diff --git a/net/disk_cache/trace.cc b/net/disk_cache/trace.cc
|
| index 7a61e2094c2cff289ff60bb081feca5b71d4d38e..9578339c86d69be427975ae89c8fc785cf905a85 100644
|
| --- a/net/disk_cache/trace.cc
|
| +++ b/net/disk_cache/trace.cc
|
| @@ -57,6 +57,14 @@ TraceObject* TraceObject::GetTraceObject() {
|
| return s_trace_object;
|
| }
|
|
|
| +TraceObject::TraceObject() {
|
| + InitTrace();
|
| +}
|
| +
|
| +TraceObject::~TraceObject() {
|
| + DestroyTrace();
|
| +}
|
| +
|
| #if ENABLE_TRACING
|
|
|
| static TraceBuffer* s_trace_buffer = NULL;
|
|
|