| Index: components/sync/engine/sync_engine_host.h
|
| diff --git a/components/sync/engine/sync_engine_host.h b/components/sync/engine/sync_engine_host.h
|
| index ad18493113886cb8fdde645adfdecc8ab61de1e8..2652d858febafd1589f43ae05adab4d1cc8802c1 100644
|
| --- a/components/sync/engine/sync_engine_host.h
|
| +++ b/components/sync/engine/sync_engine_host.h
|
| @@ -48,7 +48,7 @@ class SyncEngineHost {
|
| bool success) = 0;
|
|
|
| // The engine queried the server recently and received some updates.
|
| - virtual void OnSyncCycleCompleted() = 0;
|
| + virtual void OnSyncCycleCompleted(const SyncCycleSnapshot& snapshot) = 0;
|
|
|
| // Informs the host of some network event. These notifications are disabled by
|
| // default and must be enabled through an explicit request to the SyncEngine.
|
|
|