Chromium Code Reviews| Index: chrome/browser/visitedlink_unittest.cc |
| =================================================================== |
| --- chrome/browser/visitedlink_unittest.cc (revision 22379) |
| +++ chrome/browser/visitedlink_unittest.cc (working copy) |
| @@ -565,6 +565,7 @@ |
| rvh_factory_.set_render_process_host_factory(&vc_rph_factory_); |
| profile_.reset(new VisitCountingProfile(event_listener_.get())); |
| RenderViewHostTestHarness::SetUp(); |
| + rvh()->CreateRenderView(); |
| } |
| VisitCountingProfile* profile() const { |