| Index: chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc (revision 115435)
|
| +++ chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc (working copy)
|
| @@ -211,7 +211,7 @@
|
| new TabContents(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL);
|
| new_tab->GetController().LoadURL(
|
| url, content::Referrer(), content::PAGE_TRANSITION_TYPED, std::string());
|
| - static_cast<TestRenderViewHost*>(new_tab->render_manager_for_testing()->
|
| + static_cast<TestRenderViewHost*>(new_tab->GetRenderManagerForTesting()->
|
| current_host())->SendNavigate(extra_tabs_.size() + 1, url);
|
| extra_tabs_.push_back(new TabContentsWrapper(new_tab));
|
| }
|
|
|