| Index: content/child/navigator_connect/navigator_connect_provider.h | 
| diff --git a/content/child/navigator_connect/navigator_connect_provider.h b/content/child/navigator_connect/navigator_connect_provider.h | 
| index cb4bb5199688b0527aea5a49428df8d2b6d550b8..8bbea30b8aa56cc6f264104dea0757d57e255191 100644 | 
| --- a/content/child/navigator_connect/navigator_connect_provider.h | 
| +++ b/content/child/navigator_connect/navigator_connect_provider.h | 
| @@ -69,7 +69,7 @@ class NavigatorConnectProvider : public blink::WebNavigatorConnectProvider, | 
| scoped_refptr<ThreadSafeSender> thread_safe_sender_; | 
| scoped_refptr<base::SingleThreadTaskRunner> main_loop_; | 
| typedef blink::WebCallbacks<void, void> ConnectCallback; | 
| -  IDMap<ConnectCallback> requests_; | 
| +  IDMap<ConnectCallback, IDMapOwnPointer> requests_; | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(NavigatorConnectProvider); | 
| }; | 
|  |