| Index: sync/internal_api/public/test/fake_sync_manager.h
|
| diff --git a/sync/internal_api/public/test/fake_sync_manager.h b/sync/internal_api/public/test/fake_sync_manager.h
|
| index 1194399dc39b41f3b0406bcb268181915a6caebc..e69f13784808db091f69df12fa5c676084bb8eba 100644
|
| --- a/sync/internal_api/public/test/fake_sync_manager.h
|
| +++ b/sync/internal_api/public/test/fake_sync_manager.h
|
| @@ -123,6 +123,8 @@ class FakeSyncManager : public SyncManager {
|
| virtual bool ReceivedExperiment(Experiments* experiments) OVERRIDE;
|
| virtual bool HasUnsyncedItems() OVERRIDE;
|
| virtual SyncEncryptionHandler* GetEncryptionHandler() OVERRIDE;
|
| + virtual ScopedVector<syncer::ProtocolEvent>
|
| + GetBufferedProtocolEvents() OVERRIDE;
|
| virtual void RefreshTypes(ModelTypeSet types) OVERRIDE;
|
|
|
| private:
|
|
|