Index: chrome/browser/geolocation/geolocation_permission_context_android.cc |
diff --git a/chrome/browser/geolocation/geolocation_permission_context_android.cc b/chrome/browser/geolocation/geolocation_permission_context_android.cc |
index f02c841cabb6ae6228c91f82ee0d5558dcd8d1be..0594d27f0e495bf7c51c2119dae6c3ef20f84997 100644 |
--- a/chrome/browser/geolocation/geolocation_permission_context_android.cc |
+++ b/chrome/browser/geolocation/geolocation_permission_context_android.cc |
@@ -5,6 +5,7 @@ |
#include "chrome/browser/geolocation/geolocation_permission_context_android.h" |
#include "base/prefs/pref_service.h" |
+#include "chrome/browser/android/app_google_location_settings_helper.h" |
#include "chrome/browser/android/google_location_settings_helper.h" |
#include "chrome/browser/profiles/profile.h" |
#include "content/public/browser/browser_thread.h" |
@@ -19,8 +20,7 @@ PermissionRequestInfo::PermissionRequestInfo() |
GeolocationPermissionContextAndroid:: |
GeolocationPermissionContextAndroid(Profile* profile) |
: GeolocationPermissionContext(profile), |
- google_location_settings_helper_( |
- GoogleLocationSettingsHelper::Create()), |
+ google_location_settings_helper_(new AppGoogleLocationSettingsHelper()), |
weak_factory_(this) { |
} |