| 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 655caefd59f5fc7e3e35802ebcaaf4a51289bb57..1ac42ad53b591eb228fc7b07928d4d332f82d832 100644
|
| --- a/sync/internal_api/public/test/fake_sync_manager.h
|
| +++ b/sync/internal_api/public/test/fake_sync_manager.h
|
| @@ -126,6 +126,8 @@ class FakeSyncManager : public SyncManager {
|
| virtual SyncEncryptionHandler* GetEncryptionHandler() OVERRIDE;
|
| virtual ScopedVector<syncer::ProtocolEvent>
|
| GetBufferedProtocolEvents() OVERRIDE;
|
| + virtual scoped_ptr<base::ListValue> GetAllNodesForType(
|
| + syncer::ModelType type) OVERRIDE;
|
| virtual void RefreshTypes(ModelTypeSet types) OVERRIDE;
|
|
|
| private:
|
|
|