| Index: net/dns/host_cache.cc
|
| diff --git a/net/dns/host_cache.cc b/net/dns/host_cache.cc
|
| index 881f5140b6f8518cc77f2bfe48caae64b36bcdf0..1ff1755e8b11da77060185ce61828da4c2f196a4 100644
|
| --- a/net/dns/host_cache.cc
|
| +++ b/net/dns/host_cache.cc
|
| @@ -11,6 +11,7 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/trace_event/trace_event.h"
|
| #include "net/base/net_errors.h"
|
| +#include "net/base/trace_constants.h"
|
| #include "net/dns/dns_util.h"
|
|
|
| namespace net {
|
| @@ -162,7 +163,7 @@ void HostCache::Set(const Key& key,
|
| const Entry& entry,
|
| base::TimeTicks now,
|
| base::TimeDelta ttl) {
|
| - TRACE_EVENT0("net", "HostCache::Set");
|
| + TRACE_EVENT0(kNetTracingCategory, "HostCache::Set");
|
| DCHECK(CalledOnValidThread());
|
| if (caching_is_disabled())
|
| return;
|
|
|