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 a11dfb8282b3f9bddc8f90d92b57769810c80d4b..ca2f920bbaab711cc6a0f3ac9d97085dce32b32f 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); |