| 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 3488adb2db3be3a43839bb33ea1b6a842e046f03..f193e4c4e21622b910181d5c960772a5b28117fa 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;
|
|
|