| Index: content/child/quota_message_filter.cc
|
| diff --git a/content/child/quota_message_filter.cc b/content/child/quota_message_filter.cc
|
| index e9290e489d9a1127e1a8c9e90df290b3f8680a77..e196ebde151479ee63db1356425d0d4305aa632b 100644
|
| --- a/content/child/quota_message_filter.cc
|
| +++ b/content/child/quota_message_filter.cc
|
| @@ -44,7 +44,7 @@ void QuotaMessageFilter::OnFilteredMessageReceived(const IPC::Message& msg) {
|
| bool QuotaMessageFilter::GetWorkerThreadIdForMessage(const IPC::Message& msg,
|
| int* ipc_thread_id) {
|
| int request_id = -1;
|
| - const bool success = PickleIterator(msg).ReadInt(&request_id);
|
| + const bool success = base::PickleIterator(msg).ReadInt(&request_id);
|
| DCHECK(success);
|
|
|
| base::AutoLock lock(request_id_map_lock_);
|
|
|