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

Unified Diff: device/geolocation/geolocation_service_context.h

Issue 2201883003: Geolocation: move mojom from WebKit to device/geolocation/public/interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ortuno@s and rockot@s comments, tiny rebase Created 4 years, 4 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
« no previous file with comments | « device/geolocation/DEPS ('k') | device/geolocation/geolocation_service_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/geolocation_service_context.h
diff --git a/device/geolocation/geolocation_service_context.h b/device/geolocation/geolocation_service_context.h
index dab0fc5df7572542ae35f3e0f9238ccbb5e436ce..e320d5c25d70858e13198d30e0845740c3a62347 100644
--- a/device/geolocation/geolocation_service_context.h
+++ b/device/geolocation/geolocation_service_context.h
@@ -8,7 +8,7 @@
#include "base/macros.h"
#include "base/memory/scoped_vector.h"
#include "device/geolocation/geolocation_export.h"
-#include "third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom.h"
+#include "device/geolocation/public/interfaces/geolocation.mojom.h"
namespace device {
@@ -26,9 +26,8 @@ class DEVICE_GEOLOCATION_EXPORT GeolocationServiceContext {
// Creates a GeolocationServiceImpl that is weakly bound to |request|.
// |update_callback| will be called when services send
// location updates to their clients.
- void CreateService(
- const base::Closure& update_callback,
- mojo::InterfaceRequest<blink::mojom::GeolocationService> request);
+ void CreateService(const base::Closure& update_callback,
+ mojo::InterfaceRequest<mojom::GeolocationService> request);
// Called when a service has a connection error. After this call, it is no
// longer safe to access |service|.
« no previous file with comments | « device/geolocation/DEPS ('k') | device/geolocation/geolocation_service_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698