commit | 99aeaf3724cf70c06af3677c4224dd3d7b108709 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <[email protected]> | Fri Apr 09 10:33:34 2021 |
committer | Commit Bot <[email protected]> | Fri Apr 09 15:32:33 2021 |
tree | 69d000b6dda4b029fe925dc373ab9c34d3d753f1 | |
parent | 239963b301da263e08ae94131d4689d7258d553a [diff] [blame] |
Move workspace to models/workspace [email protected] No-Presubmit: true Bug: 1187573 Change-Id: Ia4bf7cb736dca976fb30d9e94beeda3e28115dce Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2815118 Commit-Queue: Tim van der Lippe <[email protected]> Reviewed-by: Jack Franklin <[email protected]>
diff --git a/front_end/models/bindings/FileUtils.ts b/front_end/models/bindings/FileUtils.ts index a8c8327..75ab321 100644 --- a/front_end/models/bindings/FileUtils.ts +++ b/front_end/models/bindings/FileUtils.ts
@@ -31,7 +31,7 @@ /* eslint-disable rulesdir/no_underscored_properties */ import * as Common from '../../core/common/common.js'; // eslint-disable-line no-unused-vars -import * as Workspace from '../../workspace/workspace.js'; +import * as Workspace from '../workspace/workspace.js'; /** * @interface