| Index: chrome/test/data/webui/settings/about_page_tests.js
|
| diff --git a/chrome/test/data/webui/settings/about_page_tests.js b/chrome/test/data/webui/settings/about_page_tests.js
|
| index d2d691321e59f956f755119f1ea09300a3aeca5d..aac33399a0b12b4abe15f78a7b6d4c4e6ddec8aa 100644
|
| --- a/chrome/test/data/webui/settings/about_page_tests.js
|
| +++ b/chrome/test/data/webui/settings/about_page_tests.js
|
| @@ -201,7 +201,7 @@ cr.define('settings_about_page', function() {
|
| lifetimeBrowserProxy.reset();
|
| PolymerTest.clearBody();
|
| page = document.createElement('settings-about-page');
|
| - settings.navigateTo(settings.Route.ABOUT);
|
| + settings.navigateTo(settings.routes.ABOUT);
|
| document.body.appendChild(page);
|
| if (!cr.isChromeOS) {
|
| return aboutBrowserProxy.whenCalled('refreshUpdateStatus');
|
|
|