| 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 484f071bb5d4451f5d7821e5c645b7df5f7fcbb2..ab469f8c4a72ebb58fe2d3ea54afd4378faca04b 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,
|
|
|