| Index: components/ownership/owner_key_util.h
|
| diff --git a/components/ownership/owner_key_util.h b/components/ownership/owner_key_util.h
|
| index 07cd1b4c6b4820b004730ae06dda65b78379a4e5..94d0e1aed78aea088927041d89368dff8b9b6e69 100644
|
| --- a/components/ownership/owner_key_util.h
|
| +++ b/components/ownership/owner_key_util.h
|
| @@ -20,8 +20,6 @@ typedef struct PK11SlotInfoStr PK11SlotInfo;
|
|
|
| namespace ownership {
|
|
|
| -class OwnerKeyUtilTest;
|
| -
|
| // This class is a ref-counted wrapper around a plain public key.
|
| class OWNERSHIP_EXPORT PublicKey
|
| : public base::RefCountedThreadSafe<PublicKey> {
|
|
|