commit | bb352e6a14345c16099a77fceeb5500b56cc4044 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Thu Apr 01 17:57:28 2021 |
committer | Commit Bot <[email protected]> | Thu Apr 01 18:31:44 2021 |
tree | af80ad492172fd37e72d9e191b8f2a16589f1f8b | |
parent | 739091764762adfbd8a3893fd1a97a5109e898ab [diff] [blame] |
Move i18n to core/i18n [email protected] DISABLE_THIRD_PARTY_CHECK=i18n move No-Presubmit: true Bug: 1187573 Change-Id: I3dd02956bcf078e0e3b059240ea583b3a83c09b2 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2799756 Commit-Queue: Tim van der Lippe <[email protected]> Reviewed-by: Paul Lewis <[email protected]>
diff --git a/front_end/panels/application/BackgroundServiceView.ts b/front_end/panels/application/BackgroundServiceView.ts index 5a3220a..efd8f23 100644 --- a/front_end/panels/application/BackgroundServiceView.ts +++ b/front_end/panels/application/BackgroundServiceView.ts
@@ -6,10 +6,10 @@ import * as Bindings from '../../bindings/bindings.js'; import * as Common from '../../common/common.js'; // eslint-disable-line no-unused-vars +import * as i18n from '../../core/i18n/i18n.js'; import * as Platform from '../../core/platform/platform.js'; import * as SDK from '../../core/sdk/sdk.js'; import * as DataGrid from '../../data_grid/data_grid.js'; -import * as i18n from '../../i18n/i18n.js'; import * as UI from '../../ui/ui.js'; import {BackgroundServiceModel, Events} from './BackgroundServiceModel.js'; // eslint-disable-line no-unused-vars