Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1282)

Unified Diff: chrome/browser/geolocation/geolocation_prefs.cc

Issue 11188020: Introduce Android variants of ChromeGeolocationPermissionContext, GeolocationConfirmInfoBarDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build error Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/geolocation/geolocation_prefs.cc
diff --git a/chrome/browser/geolocation/geolocation_prefs.cc b/chrome/browser/geolocation/geolocation_prefs.cc
index 3ba7b3f518e0e9c4fbf4b98f37f16e0722de932f..4f2826efd68767de6fdfb91d083e50f959844f6d 100644
--- a/chrome/browser/geolocation/geolocation_prefs.cc
+++ b/chrome/browser/geolocation/geolocation_prefs.cc
@@ -5,7 +5,7 @@
#include "chrome/browser/geolocation/geolocation_prefs.h"
#include "chrome/browser/geolocation/chrome_access_token_store.h"
-#include "chrome/browser/geolocation/chrome_geolocation_permission_context.h"
+#include "chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h"
namespace geolocation {
void RegisterPrefs(PrefService* prefs) {
@@ -14,7 +14,7 @@ void RegisterPrefs(PrefService* prefs) {
}
void RegisterUserPrefs(PrefService* user_prefs) {
- ChromeGeolocationPermissionContext::RegisterUserPrefs(user_prefs);
+ ChromeGeolocationPermissionContextFactory::RegisterUserPrefs(user_prefs);
}
} // namespace geolocation
« no previous file with comments | « chrome/browser/geolocation/geolocation_infobar_queue_controller.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698