| Index: chrome/browser/sync/util/nigori.h | 
| diff --git a/chrome/browser/sync/util/nigori.h b/chrome/browser/sync/util/nigori.h | 
| index b7d037b5f3eab0fae97b268dc7ab4a6b358f31de..ad57ad7d19f51daa63200561736cd68b44e4b852 100644 | 
| --- a/chrome/browser/sync/util/nigori.h | 
| +++ b/chrome/browser/sync/util/nigori.h | 
| @@ -50,7 +50,7 @@ class Nigori { | 
| bool Decrypt(const std::string& value, std::string* decrypted); | 
|  | 
| static const char kSaltSalt[];  // The salt used to derive the user salt. | 
| -  static const size_t kSaltKeySizeInBits = 64; | 
| +  static const size_t kSaltKeySizeInBits = 128; | 
| static const size_t kDerivedKeySizeInBits = 128; | 
| static const size_t kIvSize = 16; | 
| static const size_t kHashSize = 32; | 
|  |