| Index: chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc (revision 105162)
|
| +++ chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc (working copy)
|
| @@ -174,7 +174,7 @@
|
| void GeolocationPermissionContextTests::AddNewTab(const GURL& url) {
|
| TabContents* new_tab =
|
| new TabContents(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL);
|
| - new_tab->controller().LoadURL(url, GURL(), PageTransition::TYPED,
|
| + new_tab->controller().LoadURL(url, GURL(), content::PAGE_TRANSITION_TYPED,
|
| std::string());
|
| static_cast<TestRenderViewHost*>(new_tab->render_manager_for_testing()->
|
| current_host())->SendNavigate(extra_tabs_.size() + 1, url);
|
|
|