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

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

Issue 2675483002: Replace PermissionType in chrome/ with ContentSettingsType (Closed)
Patch Set: rebase + include content_settings_types.h more Created 3 years, 10 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_permission_context_unittest.cc
diff --git a/chrome/browser/geolocation/geolocation_permission_context_unittest.cc b/chrome/browser/geolocation/geolocation_permission_context_unittest.cc
index 6385a45849eaecaec83e0037a212740aaadef10a..d1af54d43a810cfc17e0f2c4fb83749c0677af5f 100644
--- a/chrome/browser/geolocation/geolocation_permission_context_unittest.cc
+++ b/chrome/browser/geolocation/geolocation_permission_context_unittest.cc
@@ -288,7 +288,7 @@ void GeolocationPermissionContextTests::SetUp() {
TabSpecificContentSettings::CreateForWebContents(web_contents());
geolocation_permission_context_ = static_cast<GeolocationPermissionContext*>(
PermissionManager::Get(profile())->GetPermissionContext(
- content::PermissionType::GEOLOCATION));
+ CONTENT_SETTINGS_TYPE_GEOLOCATION));
#if defined(OS_ANDROID)
static_cast<GeolocationPermissionContextAndroid*>(
geolocation_permission_context_)

Powered by Google App Engine
This is Rietveld 408576698