| Index: chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc b/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
|
| index 39a7a626021b76f74e2815dc42d50e4c0a028eea..ec0df460aed7f4109385201d15c31ae42514ccb9 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
|
| +++ b/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
|
| @@ -58,7 +58,7 @@ class GDataWapiOperationsTest : 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(
|
|
|