| 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 122e52fb7009ded62fb143110c5a38bfaf111f7c..f92626976d90fbfa39393bfe3bbfdb47f7fe4889 100644
|
| --- a/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
|
| +++ b/chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/browser/content_settings/host_content_settings_map.h"
|
| #include "chrome/browser/content_settings/tab_specific_content_settings.h"
|
| #include "chrome/browser/geolocation/chrome_geolocation_permission_context.h"
|
| +#include "chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h"
|
| #include "chrome/browser/infobars/infobar.h"
|
| #include "chrome/browser/infobars/infobar_tab_helper.h"
|
| #include "chrome/browser/view_type_utils.h"
|
| @@ -255,7 +256,7 @@ void GeolocationPermissionContextTests::SetUp() {
|
| TabSpecificContentSettings::CreateForWebContents(web_contents());
|
|
|
| geolocation_permission_context_ =
|
| - ChromeGeolocationPermissionContext::Create(profile());
|
| + ChromeGeolocationPermissionContextFactory::Create(profile());
|
| }
|
|
|
| void GeolocationPermissionContextTests::TearDown() {
|
|
|