| Index: components/sync/base/nigori.h
|
| diff --git a/components/sync/base/nigori.h b/components/sync/base/nigori.h
|
| index 92c77b4079e07b7867dc54a342656ef68c309ba0..72b351ee3b357a1c00e9d6dcf364146dfc7448b6 100644
|
| --- a/components/sync/base/nigori.h
|
| +++ b/components/sync/base/nigori.h
|
| @@ -60,7 +60,7 @@ class Nigori {
|
| bool Decrypt(const std::string& value, std::string* decrypted) const;
|
|
|
| // Exports the raw derived keys.
|
| - bool ExportKeys(std::string* user_key,
|
| + void ExportKeys(std::string* user_key,
|
| std::string* encryption_key,
|
| std::string* mac_key) const;
|
|
|
|
|