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

Unified Diff: content/shell/browser/shell_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: 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/shell/browser/shell_content_browser_client.cc
diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc
index 5079a293cd1ef90e5614e0d2e04bc67e2ae5d274..13210702545de8838a543faf6605534b0a50fa2b 100644
--- a/content/shell/browser/shell_content_browser_client.cc
+++ b/content/shell/browser/shell_content_browser_client.cc
@@ -125,7 +125,7 @@ class ShellGeolocationDelegate : public content::GeolocationDelegate {
explicit ShellGeolocationDelegate(ShellBrowserContext* context)
: context_(context) {}
- AccessTokenStore* CreateAccessTokenStore() final {
+ scoped_refptr<AccessTokenStore> CreateAccessTokenStore() final {
return new ShellAccessTokenStore(context_);
}

Powered by Google App Engine
This is Rietveld 408576698