| Index: content/child/notifications/notification_dispatcher.cc
|
| diff --git a/content/child/notifications/notification_dispatcher.cc b/content/child/notifications/notification_dispatcher.cc
|
| index e99ddc43da5a9202316e21e225560be4109c7d79..1c6fb54216238c0b697add551a09d3761c80c6a1 100644
|
| --- a/content/child/notifications/notification_dispatcher.cc
|
| +++ b/content/child/notifications/notification_dispatcher.cc
|
| @@ -41,7 +41,7 @@ bool NotificationDispatcher::GetWorkerThreadIdForMessage(
|
| const IPC::Message& msg,
|
| int* ipc_thread_id) {
|
| int notification_id = -1;
|
| - const bool success = PickleIterator(msg).ReadInt(¬ification_id);
|
| + const bool success = base::PickleIterator(msg).ReadInt(¬ification_id);
|
| DCHECK(success);
|
|
|
| base::AutoLock lock(notification_id_map_lock_);
|
|
|