summaryrefslogtreecommitdiff
path: root/chromium/ui/webui/resources/cr_components/certificate_manager/certificate_password_decryption_dialog.ts
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/webui/resources/cr_components/certificate_manager/certificate_password_decryption_dialog.ts')
-rw-r--r--chromium/ui/webui/resources/cr_components/certificate_manager/certificate_password_decryption_dialog.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/chromium/ui/webui/resources/cr_components/certificate_manager/certificate_password_decryption_dialog.ts b/chromium/ui/webui/resources/cr_components/certificate_manager/certificate_password_decryption_dialog.ts
index 0ed92343124..3a45ca1b0f2 100644
--- a/chromium/ui/webui/resources/cr_components/certificate_manager/certificate_password_decryption_dialog.ts
+++ b/chromium/ui/webui/resources/cr_components/certificate_manager/certificate_password_decryption_dialog.ts
@@ -6,15 +6,15 @@
* @fileoverview A dialog prompting the user for a decryption password such that
* a previously exported personal certificate can be imported.
*/
-import '../../cr_elements/cr_button/cr_button.m.js';
-import '../../cr_elements/cr_dialog/cr_dialog.m.js';
-import '../../cr_elements/cr_input/cr_input.m.js';
+import '../../cr_elements/cr_button/cr_button.js';
+import '../../cr_elements/cr_dialog/cr_dialog.js';
+import '../../cr_elements/cr_input/cr_input.js';
import './certificate_shared.css.js';
import {PolymerElement} from 'chrome://resources/polymer/v3_0/polymer/polymer_bundled.min.js';
-import {CrButtonElement} from '../../cr_elements/cr_button/cr_button.m.js';
-import {CrDialogElement} from '../../cr_elements/cr_dialog/cr_dialog.m.js';
+import {CrButtonElement} from '../../cr_elements/cr_button/cr_button.js';
+import {CrDialogElement} from '../../cr_elements/cr_dialog/cr_dialog.js';
import {I18nMixin} from '../../js/i18n_mixin.js';
import {getTemplate} from './certificate_password_decryption_dialog.html.js';