Index: chrome/browser/password_manager/native_backend_kwallet_x.h |
diff --git a/chrome/browser/password_manager/native_backend_kwallet_x.h b/chrome/browser/password_manager/native_backend_kwallet_x.h |
index 8c28b34403aab09b716a15db3c6c835b2868570a..26e2dfb9c0562642b609617e19b72483898f0986 100644 |
--- a/chrome/browser/password_manager/native_backend_kwallet_x.h |
+++ b/chrome/browser/password_manager/native_backend_kwallet_x.h |
@@ -137,7 +137,7 @@ class NativeBackendKWallet : public PasswordStoreX::NativeBackend { |
// In case the fields in the pickle ever change, version them so we can try to |
// read old pickles. (Note: do not eat old pickles past the expiration date.) |
- static const int kPickleVersion = 3; |
+ static const int kPickleVersion = 4; |
// Generates a profile-specific folder name based on profile_id_. |
std::string GetProfileSpecificFolderName() const; |