| Index: content/test/test_web_contents.cc
 | 
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
 | 
| index d3f47f6d60767a8b6b4aa7cb5084b24a0f1445c5..a3e164a60a72a8185f315f585833a564b6197a6c 100644
 | 
| --- a/content/test/test_web_contents.cc
 | 
| +++ b/content/test/test_web_contents.cc
 | 
| @@ -139,7 +139,7 @@ void TestWebContents::NavigateAndCommit(const GURL& url) {
 | 
|  }
 | 
|  
 | 
|  void TestWebContents::TestSetIsLoading(bool value) {
 | 
| -  SetIsLoading(GetRenderViewHost(), value, true, NULL);
 | 
| +  SetIsLoading(value, true, nullptr);
 | 
|  }
 | 
|  
 | 
|  void TestWebContents::CommitPendingNavigation() {
 | 
| 
 |