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

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

Issue 330143002: Simplify geolocation permission request in the Content API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 dcfc2ecd3425711b340eb74d69968958fc2707e9..3f4fa09e088410a76b5ada4f2dd60def501dbd8f 100644
--- a/chrome/browser/geolocation/geolocation_prefs.cc
+++ b/chrome/browser/geolocation/geolocation_prefs.cc
@@ -5,7 +5,6 @@
#include "chrome/browser/geolocation/geolocation_prefs.h"
#include "chrome/browser/geolocation/chrome_access_token_store.h"
-#include "chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h"
namespace geolocation {
void RegisterPrefs(PrefRegistrySimple* registry) {

Powered by Google App Engine
This is Rietveld 408576698