commit | aa1ed7a5a9fac22b7a76415d500439a247f75121 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Wed Mar 31 14:38:27 2021 |
committer | Commit Bot <[email protected]> | Wed Mar 31 16:08:22 2021 |
tree | 28c1fcd197e1fb66c4e26ea483597c49ec0b6351 | |
parent | d8522ce097ef0d6813025c1d9989de53090273c1 [diff] [blame] |
Move platform to core/platform [email protected] No-Presubmit: true Bug: 1187573 Change-Id: I3d6c24a3ac359989d629e4d56e8a1301adbb5ffc Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2797215 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 5651799..60daa76 100644 --- a/front_end/panels/application/BackgroundServiceView.ts +++ b/front_end/panels/application/BackgroundServiceView.ts
@@ -6,9 +6,9 @@ import * as Bindings from '../../bindings/bindings.js'; import * as Common from '../../common/common.js'; // eslint-disable-line no-unused-vars +import * as Platform from '../../core/platform/platform.js'; import * as DataGrid from '../../data_grid/data_grid.js'; import * as i18n from '../../i18n/i18n.js'; -import * as Platform from '../../platform/platform.js'; import * as SDK from '../../sdk/sdk.js'; import * as UI from '../../ui/ui.js';