| Index: chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/shared_change_processor_unittest.cc b/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| index 795d73878c57ad2b502aa2b6b4c5edb1c36dfcb9..30137e9fa4eae8757d91ef1783a2903da3a7f544 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| +++ b/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| @@ -109,7 +109,7 @@ class SyncSharedChangeProcessorTest : public testing::Test {
|
| &sync_service_,
|
| &error_handler_,
|
| syncer::AUTOFILL,
|
| - base::WeakPtr<syncer::SyncMergeResult>()));
|
| + base::WeakPtr<syncer::SyncMergeResult>()).get());
|
| }
|
|
|
| base::MessageLoopForUI ui_loop_;
|
|
|