| Index: chromeos/dbus/mock_cryptohome_client.h | 
| diff --git a/chromeos/dbus/mock_cryptohome_client.h b/chromeos/dbus/mock_cryptohome_client.h | 
| index c688eb6d17b1e280574a9267467e999b101d9a99..20ccbb520aac314ea409ca294651b073f4ddb41c 100644 | 
| --- a/chromeos/dbus/mock_cryptohome_client.h | 
| +++ b/chromeos/dbus/mock_cryptohome_client.h | 
| @@ -165,6 +165,11 @@ class MockCryptohomeClient : public CryptohomeClient { | 
| const std::string& user_id, | 
| const std::string& key_prefix, | 
| const BoolDBusMethodCallback& callback)); | 
| +  MOCK_METHOD4(GetKeyDataEx, | 
| +      void(const cryptohome::AccountIdentifier& id, | 
| +           const cryptohome::AuthorizationRequest& auth, | 
| +           const cryptohome::GetKeyDataRequest& request, | 
| +           const ProtobufMethodCallback& callback)); | 
| MOCK_METHOD4(CheckKeyEx, | 
| void(const cryptohome::AccountIdentifier& id, | 
| const cryptohome::AuthorizationRequest& auth, | 
|  |