Index: content/browser/browser_plugin/browser_plugin_guest.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc |
index 1e31faff468786a9de71a60b536d3035b3c67c94..216305e1fa60d659fa2195c977b6336f38c652f1 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -500,7 +500,7 @@ void BrowserPluginGuest::LoadRedirect( |
void BrowserPluginGuest::AskEmbedderForGeolocationPermission( |
int bridge_id, |
const GURL& requesting_frame, |
- GeolocationCallback callback) { |
+ const GeolocationCallback& callback) { |
if (geolocation_request_callback_map_.size() >= |
kNumMaxOutstandingPermissionRequests) { |
// Deny the geolocation request. |