summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r--chrome/browser/sync/glue/shared_change_processor_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/shared_change_processor_unittest.cc b/chrome/browser/sync/glue/shared_change_processor_unittest.cc
index 30137e9..795d738 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>()).get());
+ base::WeakPtr<syncer::SyncMergeResult>()));
}
base::MessageLoopForUI ui_loop_;