| Index: chrome/browser/resources/options/alert_overlay.js
|
| diff --git a/chrome/browser/resources/options/alert_overlay.js b/chrome/browser/resources/options/alert_overlay.js
|
| index 2206517d08003057a039a9f15fb00e092222e16a..afb076aaa9916810e735e444d4c1f23ab7f8ad44 100644
|
| --- a/chrome/browser/resources/options/alert_overlay.js
|
| +++ b/chrome/browser/resources/options/alert_overlay.js
|
| @@ -141,7 +141,5 @@ cr.define('options', function() {
|
| };
|
|
|
| // Export
|
| - return {
|
| - AlertOverlay: AlertOverlay
|
| - };
|
| + return {AlertOverlay: AlertOverlay};
|
| });
|
|
|