| Index: chrome/browser/resources/options2/alert_overlay.js
|
| diff --git a/chrome/browser/resources/options2/alert_overlay.js b/chrome/browser/resources/options2/alert_overlay.js
|
| index eb1fb8e80aeb09095beeeb413a2b975bfd78d037..9f21e37fdaa82e13e4e4d416a8bf4c2516c8ba75 100644
|
| --- a/chrome/browser/resources/options2/alert_overlay.js
|
| +++ b/chrome/browser/resources/options2/alert_overlay.js
|
| @@ -135,7 +135,7 @@ cr.define('options', function() {
|
| // Intentionally don't show the URL in the location bar as we don't want
|
| // people trying to navigate here by hand.
|
| OptionsPage.showPageByName('alertOverlay', false);
|
| - }
|
| + };
|
|
|
| // Export
|
| return {
|
|
|