| Index: chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc
|
| diff --git a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc
|
| index f6433cee0750119084a443321304070e9f748c56..285ccc0d263ebbde730061cc6366366b24fd9e40 100644
|
| --- a/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc
|
| +++ b/chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection_manager.cc
|
| @@ -153,7 +153,7 @@ void EasyUnlockPrivateConnectionManager::DispatchConnectionEvent(
|
| events::HistogramValue histogram_value,
|
| const Connection* connection,
|
| std::unique_ptr<base::ListValue> args) {
|
| - const EventListenerMap::ListenerList listeners =
|
| + const EventListenerMap::ListenerList& listeners =
|
| EventRouter::Get(browser_context_)
|
| ->listeners()
|
| .GetEventListenersByName(event_name);
|
|
|