| Index: crypto/mock_apple_keychain.h
|
| diff --git a/crypto/mock_apple_keychain.h b/crypto/mock_apple_keychain.h
|
| index efbb438aa6a4a46d4899e376a3f61a4bcf56c650..73beb0968e28a0921c803dd9055bf1e3be65fae9 100644
|
| --- a/crypto/mock_apple_keychain.h
|
| +++ b/crypto/mock_apple_keychain.h
|
| @@ -140,7 +140,6 @@ class CRYPTO_EXPORT MockAppleKeychain : public AppleKeychain {
|
| int password_data_count() const { return password_data_count_; }
|
|
|
| private:
|
| -
|
| // Type used for the keys in the std::map(s) and MockAppleKeychain items.
|
| typedef uintptr_t MockKeychainItemType;
|
|
|
|
|