| Index: chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc b/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| index e09596e370edcd7afc72172cac5b48d19f639d7e..73cd0df85e63b0a3664b10bb206e13103aaf0dab 100644
|
| --- a/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/local/local_file_sync_context_unittest.cc
|
| @@ -160,7 +160,7 @@ class LocalFileSyncContextTest : public testing::Test {
|
| file_system_context, change, local_path, url,
|
| base::Bind(&LocalFileSyncContextTest::DidApplyRemoteChange,
|
| base::Unretained(this),
|
| - make_scoped_refptr(file_system_context), url));
|
| + base::RetainedRef(file_system_context), url));
|
| base::MessageLoop::current()->Run();
|
| return status_;
|
| }
|
|
|