summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/dns_master.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/dns_master.cc')
-rw-r--r--chrome/browser/net/dns_master.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/dns_master.cc b/chrome/browser/net/dns_master.cc
index 8b27f01..582c1e6 100644
--- a/chrome/browser/net/dns_master.cc
+++ b/chrome/browser/net/dns_master.cc
@@ -261,7 +261,7 @@ void DnsMaster::SetSlaveName(int slave_index) {
slave_index + 1, kSlaveCountMax);
DLOG(INFO) << "Now Running " << name;
- Thread::SetThreadName(name.c_str(), thread_ids_[slave_index]);
+ PlatformThread::SetName(thread_ids_[slave_index], name.c_str());
}
// GetNextAssignment() is executed on the thread associated with