summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net')
-rw-r--r--chrome/browser/net/dns_slave.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/dns_slave.cc b/chrome/browser/net/dns_slave.cc
index 95acbee..82406af 100644
--- a/chrome/browser/net/dns_slave.cc
+++ b/chrome/browser/net/dns_slave.cc
@@ -54,7 +54,7 @@ unsigned DnsSlave::Run() {
std::string name = StringPrintf(
"dns_prefetcher_%d_of_%d", slave_index_ + 1, DnsMaster::kSlaveCountMax);
DLOG(INFO) << "Now Running " << name;
- PlatformThread::SetName(PlatformThread::CurrentId(), name.c_str());
+ PlatformThread::SetName(name.c_str());
while (master_->GetNextAssignment(&hostname_)) {
BlockingDnsLookup();