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

Unified Diff: components/autofill/core/browser/autofill_download_manager_unittest.cc

Issue 503883005: Remove implicit conversions from scoped_refptr to T* in components/autofill/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_download_manager_unittest.cc
diff --git a/components/autofill/core/browser/autofill_download_manager_unittest.cc b/components/autofill/core/browser/autofill_download_manager_unittest.cc
index 6fd526524eb762a3cc2ee7703cf6e49723deaaba..63d4e75a5c4a388aa02a52602b392fe141679141 100644
--- a/components/autofill/core/browser/autofill_download_manager_unittest.cc
+++ b/components/autofill/core/browser/autofill_download_manager_unittest.cc
@@ -70,7 +70,7 @@ class AutofillDownloadTest : public AutofillDownloadManager::Observer,
request_context_(new net::TestURLRequestContextGetter(
base::MessageLoopProxy::current())),
download_manager_(&driver_, prefs_.get(), this) {
- driver_.SetURLRequestContext(request_context_);
+ driver_.SetURLRequestContext(request_context_.get());
}
void LimitCache(size_t cache_size) {
« no previous file with comments | « components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698