| Index: chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc
 | 
| diff --git a/chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc b/chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc
 | 
| index 514acc9198f45cfeeb0716b0dfeeaeee7f07e9b8..16837d579b66681121b2b00c83bed23619377a54 100644
 | 
| --- a/chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc
 | 
| +++ b/chrome/renderer/safe_browsing/safe_browsing_url_loader_throttle.cc
 | 
| @@ -11,7 +11,7 @@
 | 
|  namespace safe_browsing {
 | 
|  
 | 
|  SafeBrowsingURLLoaderThrottle::SafeBrowsingURLLoaderThrottle(
 | 
| -    chrome::mojom::SafeBrowsing* safe_browsing,
 | 
| +    mojom::SafeBrowsing* safe_browsing,
 | 
|      int render_frame_id)
 | 
|      : safe_browsing_(safe_browsing),
 | 
|        render_frame_id_(render_frame_id),
 | 
| 
 |