Index: components/sync/engine_impl/cycle/sync_cycle.cc |
diff --git a/components/sync/engine_impl/cycle/sync_cycle.cc b/components/sync/engine_impl/cycle/sync_cycle.cc |
index c51eb0fbb37872325207cec6b5a6f998d7fcc412..a8cf9822bed558eee0d5ce8522a5f902a79d4422 100644 |
--- a/components/sync/engine_impl/cycle/sync_cycle.cc |
+++ b/components/sync/engine_impl/cycle/sync_cycle.cc |
@@ -13,11 +13,6 @@ |
namespace syncer { |
-// static |
-SyncCycle* SyncCycle::Build(SyncCycleContext* context, Delegate* delegate) { |
- return new SyncCycle(context, delegate); |
-} |
- |
SyncCycle::SyncCycle(SyncCycleContext* context, Delegate* delegate) |
: context_(context), delegate_(delegate) { |
status_controller_ = base::MakeUnique<StatusController>(); |