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

Unified Diff: content/browser/geolocation/geolocation_service_context.cc

Issue 1373883003: Move geolocation and permission mojoms into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: content/browser/geolocation/geolocation_service_context.cc
diff --git a/content/browser/geolocation/geolocation_service_context.cc b/content/browser/geolocation/geolocation_service_context.cc
index 7a250237d872385bda09de3ac0a2f5221e011d65..7d6bb27011da6b5d9d7c224b13b9dda64905bcd1 100644
--- a/content/browser/geolocation/geolocation_service_context.cc
+++ b/content/browser/geolocation/geolocation_service_context.cc
@@ -14,7 +14,7 @@ GeolocationServiceContext::~GeolocationServiceContext() {
void GeolocationServiceContext::CreateService(
const base::Closure& update_callback,
- mojo::InterfaceRequest<GeolocationService> request) {
+ mojo::InterfaceRequest<geolocation::GeolocationService> request) {
GeolocationServiceImpl* service =
new GeolocationServiceImpl(request.Pass(), this, update_callback);
services_.push_back(service);
« no previous file with comments | « content/browser/geolocation/geolocation_service_context.h ('k') | content/browser/geolocation/geolocation_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698