| Index: sync/internal_api/sync_encryption_handler_impl.cc
|
| diff --git a/sync/internal_api/sync_encryption_handler_impl.cc b/sync/internal_api/sync_encryption_handler_impl.cc
|
| index c33951ed822f857a82499786ab0aa21c92fda343..c2c921de6ce51f026d0e3d557fb7890e91ecda0e 100644
|
| --- a/sync/internal_api/sync_encryption_handler_impl.cc
|
| +++ b/sync/internal_api/sync_encryption_handler_impl.cc
|
| @@ -97,7 +97,7 @@ EnumPassphraseTypeToProto(PassphraseType type) {
|
| return sync_pb::NigoriSpecifics::FROZEN_IMPLICIT_PASSPHRASE;
|
| default:
|
| NOTREACHED();
|
| - return sync_pb::NigoriSpecifics::IMPLICIT_PASSPHRASE;;
|
| + return sync_pb::NigoriSpecifics::IMPLICIT_PASSPHRASE;
|
| };
|
| }
|
|
|
|
|