| Index: chrome/browser/resources/shared/js/cr/ui/menu_button.js
|
| diff --git a/chrome/browser/resources/shared/js/cr/ui/menu_button.js b/chrome/browser/resources/shared/js/cr/ui/menu_button.js
|
| index 1690a266f97d100a383e14f3d6f1dde183ed931f..3748c51a680c1be13e5faa6f4778e94b075610a7 100644
|
| --- a/chrome/browser/resources/shared/js/cr/ui/menu_button.js
|
| +++ b/chrome/browser/resources/shared/js/cr/ui/menu_button.js
|
| @@ -24,7 +24,7 @@ cr.define('cr.ui', function() {
|
| this.addEventListener('mousedown', this);
|
| this.addEventListener('keydown', this);
|
|
|
| - // Adding the 'custom-appearance' class prevents button.css from changing
|
| + // Adding the 'custom-appearance' class prevents widgets.css from changing
|
| // the appearance of this element.
|
| this.classList.add('custom-appearance');
|
|
|
|
|