| Index: extensions/renderer/user_script_injector.cc
 | 
| diff --git a/extensions/renderer/user_script_injector.cc b/extensions/renderer/user_script_injector.cc
 | 
| index e43f461a72a9061e61b6d0e47f7026b5fce4073d..549b6214df54dedacf7dd40605ec56484be76047 100644
 | 
| --- a/extensions/renderer/user_script_injector.cc
 | 
| +++ b/extensions/renderer/user_script_injector.cc
 | 
| @@ -51,7 +51,7 @@ using RoutingInfoMap = std::map<RoutingInfoKey, bool>;
 | 
|  // After removed by the webview, the user scipt will also be removed
 | 
|  // from the render. Therefore, there won't be any query from the same
 | 
|  // |script_id| and |routing_id| pair.
 | 
| -base::LazyInstance<RoutingInfoMap> g_routing_info_map =
 | 
| +base::LazyInstance<RoutingInfoMap>::DestructorAtExit g_routing_info_map =
 | 
|      LAZY_INSTANCE_INITIALIZER;
 | 
|  
 | 
|  // Greasemonkey API source that is injected with the scripts.
 | 
| 
 |