Index: chrome/browser/resources/settings/route.js |
diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js |
index 4aa02d0706bc6092c5713fc47c81e4f375347a3d..f194648e007cfa5a177bb13f280361356de7b7fc 100644 |
--- a/chrome/browser/resources/settings/route.js |
+++ b/chrome/browser/resources/settings/route.js |
@@ -122,7 +122,7 @@ cr.define('settings', function() { |
r.POINTERS = r.DEVICE.createChild('/pointer-overlay'); |
r.KEYBOARD = r.DEVICE.createChild('/keyboard-overlay'); |
r.DISPLAY = r.DEVICE.createChild('/display'); |
- r.NOTES = r.DEVICE.createChild('/note'); |
+ r.STYLUS = r.DEVICE.createChild('/stylus'); |
</if> |
r.PRIVACY = r.ADVANCED.createSection('/privacy', 'privacy'); |