Index: chromeos/dbus/fake_cryptohome_client.h |
diff --git a/chromeos/dbus/fake_cryptohome_client.h b/chromeos/dbus/fake_cryptohome_client.h |
index 450678bd003feb4d535c2d7fe6b91ae6abd95e00..fd482b9c292550f2d0bb7b5c90b4f122bfb634e2 100644 |
--- a/chromeos/dbus/fake_cryptohome_client.h |
+++ b/chromeos/dbus/fake_cryptohome_client.h |
@@ -36,7 +36,7 @@ class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient { |
const AsyncMethodCallback& callback) OVERRIDE; |
virtual void AsyncRemove(const std::string& username, |
const AsyncMethodCallback& callback) OVERRIDE; |
- virtual bool GetSystemSalt(std::vector<uint8>* salt) OVERRIDE; |
+ virtual void GetSystemSalt(const GetSystemSaltCallback& callback) OVERRIDE; |
virtual void GetSanitizedUsername( |
const std::string& username, |
const StringDBusMethodCallback& callback) OVERRIDE; |