| Index: chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
|
| diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc b/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
|
| index 186911a099a0a71c4a1a5e821ac33fc6d049d16b..0782b87ed9d19c44f910990e9bf4bdc2e2ab56aa 100644
|
| --- a/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
|
| +++ b/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
|
| @@ -211,7 +211,7 @@ void GeolocationPermissionContextTests::CheckPermissionMessageSentInternal(
|
|
|
| void GeolocationPermissionContextTests::AddNewTab(const GURL& url) {
|
| WebContents* new_tab =
|
| - WebContents::Create(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL);
|
| + WebContents::Create(profile(), NULL, MSG_ROUTING_NONE, NULL);
|
| new_tab->GetController().LoadURL(
|
| url, content::Referrer(), content::PAGE_TRANSITION_TYPED, std::string());
|
| RenderViewHostTester::For(new_tab->GetRenderViewHost())->
|
|
|