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

Unified Diff: content/browser/geolocation/location_arbitrator_impl.h

Issue 2129313002: Geolocation cleanup: corrects uses of content::AccessTokenStore* and net::URLRequestContextGetter* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/location_arbitrator_impl.h
diff --git a/content/browser/geolocation/location_arbitrator_impl.h b/content/browser/geolocation/location_arbitrator_impl.h
index a3ccf168e88062675265a111889a37e6e391d23f..55181160085e8e7cbea09c4343b401929185e592 100644
--- a/content/browser/geolocation/location_arbitrator_impl.h
+++ b/content/browser/geolocation/location_arbitrator_impl.h
@@ -60,7 +60,7 @@ class CONTENT_EXPORT LocationArbitratorImpl : public LocationArbitrator {
// These functions are useful for injection of dependencies in derived
// testing classes.
- virtual AccessTokenStore* NewAccessTokenStore();
+ virtual scoped_refptr<AccessTokenStore> NewAccessTokenStore();
Wez 2016/07/12 21:55:47 If you're changing this then I'd suggest also upda
mcasas 2016/07/15 22:45:54 Done.
virtual std::unique_ptr<LocationProvider> NewNetworkLocationProvider(
AccessTokenStore* access_token_store,
net::URLRequestContextGetter* context,

Powered by Google App Engine
This is Rietveld 408576698