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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

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: wez@ second round of comments, with a minor rebase 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: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index df5033861d9d3186e8a3daa2e9f6959d65b76e68..3db8ffcf93b9f72ec2566445f896cd012b3901ac 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -638,7 +638,7 @@ class ChromeGeolocationDelegate : public content::GeolocationDelegate {
public:
ChromeGeolocationDelegate() = default;
- AccessTokenStore* CreateAccessTokenStore() final {
+ scoped_refptr<AccessTokenStore> CreateAccessTokenStore() final {
return new ChromeAccessTokenStore();
}

Powered by Google App Engine
This is Rietveld 408576698