| 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 e6d773461331f86154b0cf16ef7ebc4700832750..848d6ba743dde9a3e3243aad707024f5067ce686 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())->
|
|
|