| 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 ff974cbc68a4b14664873a51d826516470f0bbb9..5a0b6887bd784bdc244f9345f725fe88cc80ea1e 100644
|
| --- a/chrome/browser/password_manager/native_backend_gnome_x.cc
|
| +++ b/chrome/browser/password_manager/native_backend_gnome_x.cc
|
| @@ -695,7 +695,7 @@ std::string NativeBackendGnome::GetProfileSpecificAppString() const {
|
| // Originally, the application string was always just "chrome" and used only
|
| // so that we had *something* to search for since GNOME Keyring won't search
|
| // for nothing. Now we use it to distinguish passwords for different profiles.
|
| - return StringPrintf("%s-%d", kGnomeKeyringAppString, profile_id_);
|
| + return base::StringPrintf("%s-%d", kGnomeKeyringAppString, profile_id_);
|
| }
|
|
|
| void NativeBackendGnome::MigrateToProfileSpecificLogins() {
|
|
|