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 3555815a9b3aa747d55c39780272fa14d88b54fb..2567ba0e5e01d1a77250d7186daad6c27eab39f2 100644 |
--- a/chrome/browser/password_manager/native_backend_kwallet_x.h |
+++ b/chrome/browser/password_manager/native_backend_kwallet_x.h |
@@ -128,7 +128,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 = 2; |
+ static const int kPickleVersion = 3; |
// Generates a profile-specific folder name based on profile_id_. |
std::string GetProfileSpecificFolderName() const; |