| Index: base/metrics/stats_counters.cc
|
| diff --git a/base/metrics/stats_counters.cc b/base/metrics/stats_counters.cc
|
| index f76322097a6908887c83ac2b4a4b2d70570832ec..12416d9f0f5578a5c5f14ba2973b7e1ea95d7dce 100644
|
| --- a/base/metrics/stats_counters.cc
|
| +++ b/base/metrics/stats_counters.cc
|
| @@ -45,7 +45,7 @@ int* StatsCounter::GetPtr() {
|
| if (counter_id_ == -1) {
|
| counter_id_ = table->FindCounter(name_);
|
| if (table->GetSlot() == 0) {
|
| - if (!table->RegisterThread("")) {
|
| + if (!table->RegisterThread(std::string())) {
|
| // There is no room for this thread. This thread
|
| // cannot use counters.
|
| counter_id_ = 0;
|
|
|