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

Unified Diff: components/autofill/content/browser/wallet/wallet_signin_helper_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
Index: components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc
diff --git a/components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc b/components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc
index 52131b646db230dba958d361f975549a42f4320f..7477df6055d6422990ca4c9ba26a6674c6d67b73 100644
--- a/components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc
+++ b/components/autofill/content/browser/wallet/wallet_signin_helper_unittest.cc
@@ -56,7 +56,7 @@ class WalletSigninHelperTest : public testing::Test {
virtual void SetUp() OVERRIDE {
signin_helper_.reset(
- new WalletSigninHelper(&mock_delegate_, request_context_));
+ new WalletSigninHelper(&mock_delegate_, request_context_.get()));
}
virtual void TearDown() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698