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

Unified Diff: device/geolocation/geolocation_service_impl.h

Issue 2866003002: Use OnceCallback on Mojo interfaces in //device/geolocation (Closed)
Patch Set: rebase Created 3 years, 7 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 | « no previous file | device/geolocation/geolocation_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/geolocation_service_impl.h
diff --git a/device/geolocation/geolocation_service_impl.h b/device/geolocation/geolocation_service_impl.h
index 60ce117a3c8129cf6edf3e6485e5a782fbd533f1..a377cce03d51ae9f107cdd87ced07db7d0463fdc 100644
--- a/device/geolocation/geolocation_service_impl.h
+++ b/device/geolocation/geolocation_service_impl.h
@@ -42,7 +42,7 @@ class GeolocationServiceImpl : public mojom::GeolocationService {
private:
// mojom::GeolocationService:
void SetHighAccuracy(bool high_accuracy) override;
- void QueryNextPosition(const QueryNextPositionCallback& callback) override;
+ void QueryNextPosition(QueryNextPositionCallback callback) override;
void OnConnectionError();
« no previous file with comments | « no previous file | device/geolocation/geolocation_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698