| Index: chrome/browser/password_manager/password_store_factory.cc
|
| diff --git a/chrome/browser/password_manager/password_store_factory.cc b/chrome/browser/password_manager/password_store_factory.cc
|
| index b96eb818b9e4f0ff729c50a88c0faff989371950..bbb468c9a7dbeb03f23a82a32c10fefaa85b8617 100644
|
| --- a/chrome/browser/password_manager/password_store_factory.cc
|
| +++ b/chrome/browser/password_manager/password_store_factory.cc
|
| @@ -248,8 +248,9 @@ PasswordStoreFactory::BuildServiceInstanceFor(
|
|
|
| if (!backend.get()) {
|
| LOG(WARNING) << "Using basic (unencrypted) store for password storage. "
|
| - "See http://code.google.com/p/chromium/wiki/LinuxPasswordStorage for "
|
| - "more information about password storage options.";
|
| + "See "
|
| + "https://chromium.googlesource.com/chromium/src/+/master/docs/linux_password_storage.md"
|
| + " for more information about password storage options.";
|
| }
|
|
|
| ps = new PasswordStoreX(main_thread_runner, db_thread_runner,
|
|
|