| Index: content/child/bluetooth/bluetooth_message_filter.cc
|
| diff --git a/content/child/bluetooth/bluetooth_message_filter.cc b/content/child/bluetooth/bluetooth_message_filter.cc
|
| index 554e3c30711dd56d7791adbbd1a643953b800d31..45b8da6d8d7c7d633e50e2f3e75ed88c5b7f1a6f 100644
|
| --- a/content/child/bluetooth/bluetooth_message_filter.cc
|
| +++ b/content/child/bluetooth/bluetooth_message_filter.cc
|
| @@ -31,7 +31,7 @@ void BluetoothMessageFilter::OnFilteredMessageReceived(
|
| bool BluetoothMessageFilter::GetWorkerThreadIdForMessage(
|
| const IPC::Message& msg,
|
| int* ipc_thread_id) {
|
| - return PickleIterator(msg).ReadInt(ipc_thread_id);
|
| + return base::PickleIterator(msg).ReadInt(ipc_thread_id);
|
| }
|
|
|
| } // namespace content
|
|
|