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

Unified Diff: content/browser/geolocation/fake_access_token_store.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/browser/geolocation/fake_access_token_store.cc
diff --git a/content/browser/geolocation/fake_access_token_store.cc b/content/browser/geolocation/fake_access_token_store.cc
index 96dee8afba0c38d87dacd558513a739372e28582..7b8bc4d9e155abe3faca7fd47a722a46a1f2abda 100644
--- a/content/browser/geolocation/fake_access_token_store.cc
+++ b/content/browser/geolocation/fake_access_token_store.cc
@@ -32,7 +32,7 @@ void FakeAccessTokenStore::NotifyDelegateTokensLoaded() {
return;
}
- net::URLRequestContextGetter* context_getter = NULL;
+ scoped_refptr<net::URLRequestContextGetter> context_getter;
callback_.Run(access_token_map_, context_getter);
}
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | content/browser/geolocation/location_arbitrator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698