| Index: components/sync/driver/glue/sync_backend_host_mock.cc
|
| diff --git a/components/sync/driver/glue/sync_backend_host_mock.cc b/components/sync/driver/glue/sync_backend_host_mock.cc
|
| index 5264dfdcf5595e922b9c99a7a640284a96f67c21..d9f03ddf57267759e7826cdcd00e3ec7b710ca7a 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_mock.cc
|
| +++ b/components/sync/driver/glue/sync_backend_host_mock.cc
|
| @@ -107,7 +107,7 @@ bool SyncBackendHostMock::IsNigoriEnabled() const {
|
| }
|
|
|
| syncer::PassphraseType SyncBackendHostMock::GetPassphraseType() const {
|
| - return syncer::IMPLICIT_PASSPHRASE;
|
| + return syncer::PassphraseType::IMPLICIT_PASSPHRASE;
|
| }
|
|
|
| base::Time SyncBackendHostMock::GetExplicitPassphraseTime() const {
|
|
|