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

Unified Diff: content/public/browser/geolocation_delegate.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: Removed StartTestStepFromClientThread() 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/public/browser/geolocation_delegate.cc
diff --git a/content/public/browser/geolocation_delegate.cc b/content/public/browser/geolocation_delegate.cc
index 2894f461c89150859fdf84f4aa7b74f99d87749f..609500ecd74208764821fe7e36ccfc808a0435b9 100644
--- a/content/public/browser/geolocation_delegate.cc
+++ b/content/public/browser/geolocation_delegate.cc
@@ -3,6 +3,8 @@
// found in the LICENSE file.
#include "content/public/browser/geolocation_delegate.h"
+
+#include "content/public/browser/access_token_store.h"
#include "content/public/browser/location_provider.h"
namespace content {
@@ -11,7 +13,7 @@ bool GeolocationDelegate::UseNetworkLocationProviders() {
return true;
}
-AccessTokenStore* GeolocationDelegate::CreateAccessTokenStore() {
+scoped_refptr<AccessTokenStore> GeolocationDelegate::CreateAccessTokenStore() {
return nullptr;
}
« no previous file with comments | « content/public/browser/geolocation_delegate.h ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698