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

Unified Diff: chrome/browser/google_apis/base_operations_server_unittest.cc

Issue 16296002: Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 7 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: chrome/browser/google_apis/base_operations_server_unittest.cc
diff --git a/chrome/browser/google_apis/base_operations_server_unittest.cc b/chrome/browser/google_apis/base_operations_server_unittest.cc
index 29b50bb78bb60a95c9db41586ab256b6150fde48..784082a342c091232c2c941cfa382a9424779c45 100644
--- a/chrome/browser/google_apis/base_operations_server_unittest.cc
+++ b/chrome/browser/google_apis/base_operations_server_unittest.cc
@@ -50,7 +50,7 @@ class BaseOperationsServerTest : public testing::Test {
content::BrowserThread::IO));
operation_runner_.reset(new OperationRunner(profile_.get(),
- request_context_getter_,
+ request_context_getter_.get(),
std::vector<std::string>(),
kTestUserAgent));
operation_runner_->auth_service()->set_access_token_for_testing(

Powered by Google App Engine
This is Rietveld 408576698