| Index: chrome/browser/password_manager/native_backend_gnome_x.cc
|
| diff --git a/chrome/browser/password_manager/native_backend_gnome_x.cc b/chrome/browser/password_manager/native_backend_gnome_x.cc
|
| index d53eaf79986269609aabba92be88402adbc7f66d..6771e7d1c2bda77d69eaad3287e84b8e43220eea 100644
|
| --- a/chrome/browser/password_manager/native_backend_gnome_x.cc
|
| +++ b/chrome/browser/password_manager/native_backend_gnome_x.cc
|
| @@ -526,7 +526,7 @@ std::string GetProfileSpecificAppString(LocalProfileId profile_id) {
|
| } // namespace
|
|
|
| NativeBackendGnome::NativeBackendGnome(LocalProfileId id)
|
| - : profile_id_(id), app_string_(GetProfileSpecificAppString(id)) {
|
| + : app_string_(GetProfileSpecificAppString(id)) {
|
| }
|
|
|
| NativeBackendGnome::~NativeBackendGnome() {
|
|
|