| Index: components/sync/engine/sync_engine_host_stub.cc
|
| diff --git a/components/sync/engine/sync_engine_host_stub.cc b/components/sync/engine/sync_engine_host_stub.cc
|
| index 027025ec204e5338ee9d194ea068cfa427530799..bbf9a4c58848be8bd44290f2947aacb0f1190ca2 100644
|
| --- a/components/sync/engine/sync_engine_host_stub.cc
|
| +++ b/components/sync/engine/sync_engine_host_stub.cc
|
| @@ -16,7 +16,8 @@ void SyncEngineHostStub::OnEngineInitialized(
|
| const std::string& cache_guid,
|
| bool success) {}
|
|
|
| -void SyncEngineHostStub::OnSyncCycleCompleted() {}
|
| +void SyncEngineHostStub::OnSyncCycleCompleted(
|
| + const SyncCycleSnapshot& snapshot) {}
|
|
|
| void SyncEngineHostStub::OnProtocolEvent(const ProtocolEvent& event) {}
|
|
|
|
|