| Index: sync/internal_api/sync_manager.h
|
| diff --git a/sync/internal_api/sync_manager.h b/sync/internal_api/sync_manager.h
|
| index d5f08a7eaf9a540bcf24d6116d1883105927c8c2..82881646a82d33ad44674e24d81ae850c671728c 100644
|
| --- a/sync/internal_api/sync_manager.h
|
| +++ b/sync/internal_api/sync_manager.h
|
| @@ -31,7 +31,7 @@ class JsEventHandler;
|
| class ModelSafeWorkerRegistrar;
|
|
|
| namespace sessions {
|
| -struct SyncSessionSnapshot;
|
| +class SyncSessionSnapshot;
|
| } // namespace sessions
|
| } // namespace browser_sync
|
|
|
| @@ -252,7 +252,7 @@ class SyncManager {
|
| // A round-trip sync-cycle took place and the syncer has resolved any
|
| // conflicts that may have arisen.
|
| virtual void OnSyncCycleCompleted(
|
| - const browser_sync::sessions::SyncSessionSnapshot* snapshot) = 0;
|
| + const browser_sync::sessions::SyncSessionSnapshot& snapshot) = 0;
|
|
|
| // Called when the status of the connection to the sync server has
|
| // changed.
|
|
|