| Index: chrome/browser/sync/glue/sync_backend_host_mock.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.h b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| index e84997929527d55732a0034cd4126e9a4b912356..ae31e8e5dab54053149d6fb3a1d1298bd2647528 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.h
|
| @@ -43,6 +43,8 @@ class SyncBackendHostMock : public SyncBackendHost {
|
| scoped_ptr<syncer::SyncEncryptionHandler::NigoriState> saved_nigori_state)
|
| override;
|
|
|
| + void TriggerRefresh(const syncer::ModelTypeSet& types) override;
|
| +
|
| void UpdateCredentials(const syncer::SyncCredentials& credentials) override;
|
|
|
| void StartSyncingWithServer() override;
|
|
|