| Index: components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc | 
| diff --git a/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc b/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc | 
| index 52ba76a98046d2b2556f5695c0eac5162b70c885..3640e8f6f0e55acbe6adeb5f0a09d7a5af1a98eb 100644 | 
| --- a/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc | 
| +++ b/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc | 
| @@ -118,8 +118,7 @@ class TestIOThreadState { | 
| request_(resource_context_.GetRequestContext()->CreateRequest( | 
| url, | 
| net::DEFAULT_PRIORITY, | 
| -                     NULL /* delegate */, | 
| -                     NULL /* cookie_store */)) { | 
| +                     NULL /* delegate */)) { | 
| DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::IO)); | 
| if (render_process_id != MSG_ROUTING_NONE && | 
| render_frame_id != MSG_ROUTING_NONE) { | 
|  |