| Index: content/test/test_web_contents.h | 
| diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h | 
| index e64399b3a8372ca6c1458b31f696a76e6cf80ff1..7b308d8d448fcbba73a488caee005bd8725c02bf 100644 | 
| --- a/content/test/test_web_contents.h | 
| +++ b/content/test/test_web_contents.h | 
| @@ -48,7 +48,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester { | 
|  | 
| // State accessor. | 
| bool cross_navigation_pending() { | 
| -    return render_manager_.cross_navigation_pending_; | 
| +    return GetRenderManager()->cross_navigation_pending_; | 
| } | 
|  | 
| // Overrides WebContentsImpl::ShouldTransitionCrossSite so that we can test | 
|  |