| Index: chrome/browser/resources/settings/route.js
|
| diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js
|
| index 03a4613eed55e7d6c2d6dd02e57bc0a183c132b5..9c2a27354d37f6f706c1c0f51821072a409083d7 100644
|
| --- a/chrome/browser/resources/settings/route.js
|
| +++ b/chrome/browser/resources/settings/route.js
|
| @@ -173,9 +173,10 @@ cr.define('settings', function() {
|
| r.BLUETOOTH_ADD_DEVICE.createChild('bluetoothPairDevice');
|
| </if>
|
|
|
| - r.PASSWORDS = r.ADVANCED.createSection('/passwords', 'passwordsAndForms');
|
| + r.PASSWORDS =
|
| + r.ADVANCED.createSection('/passwordsAndForms', 'passwordsAndForms');
|
| r.AUTOFILL = r.PASSWORDS.createChild('/autofill');
|
| - r.MANAGE_PASSWORDS = r.PASSWORDS.createChild('/managePasswords');
|
| + r.MANAGE_PASSWORDS = r.PASSWORDS.createChild('/passwords');
|
|
|
| r.LANGUAGES = r.ADVANCED.createSection('/languages', 'languages');
|
| r.LANGUAGES_DETAIL = r.LANGUAGES.createChild('edit');
|
|
|