| Index: device/bluetooth/dbus/fake_bluetooth_input_client.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_input_client.cc b/device/bluetooth/dbus/fake_bluetooth_input_client.cc
|
| index 849c3bee537ea5c32ad753b1fea71c0bc9cc1a76..bd3b86f635db74d1e3f0590f1fd42bb188a68264 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_input_client.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_input_client.cc
|
| @@ -48,7 +48,7 @@ FakeBluetoothInputClient::FakeBluetoothInputClient() {}
|
|
|
| FakeBluetoothInputClient::~FakeBluetoothInputClient() {
|
| // Clean up Properties structures
|
| - STLDeleteValues(&properties_map_);
|
| + base::STLDeleteValues(&properties_map_);
|
| }
|
|
|
| void FakeBluetoothInputClient::Init(dbus::Bus* bus) {}
|
|
|