diff options
Diffstat (limited to 'chromeos/dbus/mock_cryptohome_client.h')
-rw-r--r-- | chromeos/dbus/mock_cryptohome_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/mock_cryptohome_client.h b/chromeos/dbus/mock_cryptohome_client.h index e36f887..5a249e0 100644 --- a/chromeos/dbus/mock_cryptohome_client.h +++ b/chromeos/dbus/mock_cryptohome_client.h @@ -36,7 +36,7 @@ class MockCryptohomeClient : public CryptohomeClient { MOCK_METHOD1(GetSystemSalt, bool(std::vector<uint8>* salt)); MOCK_METHOD4(AsyncMount, void(const std::string& username, const std::string& key, - const bool create_if_missing, + int flags, const AsyncMethodCallback& callback)); MOCK_METHOD1(AsyncMountGuest, void(const AsyncMethodCallback& callback)); |