| Index: dbus/dbus_statistics.cc
|
| diff --git a/dbus/dbus_statistics.cc b/dbus/dbus_statistics.cc
|
| index e1e0973d5c78ea9d7267086285c515176d665e5c..4bcf7fbaa4a5a39c97d679622c9b82ee24282460 100644
|
| --- a/dbus/dbus_statistics.cc
|
| +++ b/dbus/dbus_statistics.cc
|
| @@ -69,7 +69,7 @@ class DBusStatistics {
|
|
|
| ~DBusStatistics() {
|
| DCHECK_EQ(origin_thread_id_, base::PlatformThread::CurrentId());
|
| - STLDeleteContainerPointers(stats_.begin(), stats_.end());
|
| + base::STLDeleteContainerPointers(stats_.begin(), stats_.end());
|
| }
|
|
|
| // Enum to specify which field in Stat to increment in AddStat
|
|
|