| Index: chrome/browser/ui/webui/sync_setup_browsertest.js
|
| diff --git a/chrome/browser/ui/webui/sync_setup_browsertest.js b/chrome/browser/ui/webui/sync_setup_browsertest.js
|
| index 6614e9bfbfa5685d820390d2a1e3a5364f88513c..9d995af7b09e690b385931cf51a42d4e1446766a 100644
|
| --- a/chrome/browser/ui/webui/sync_setup_browsertest.js
|
| +++ b/chrome/browser/ui/webui/sync_setup_browsertest.js
|
| @@ -19,7 +19,7 @@ SyncSetupWebUITest.prototype = {
|
| */
|
| browsePreload: 'chrome://settings-frame',
|
|
|
| - /** @inheritDoc */
|
| + /** @override */
|
| preLoad: function() {
|
| this.makeAndRegisterMockHandler(['SyncSetupConfigure',
|
| 'SyncSetupShowSetupUI',
|
| @@ -54,7 +54,7 @@ function SyncSetupWebUITestAsync() {}
|
| SyncSetupWebUITestAsync.prototype = {
|
| __proto__: SyncSetupWebUITest.prototype,
|
|
|
| - /** @inheritDoc */
|
| + /** @override */
|
| isAsync: true,
|
| };
|
|
|
|
|