Merge "ui: Fix dependency issue causing build failure" am: c949b5f8e8

Original change: https://android-review.googlesource.com/c/platform/external/perfetto/+/1907889

Change-Id: I153b4988b5c1e3cd411f384738f6de0fdefa73fa
diff --git a/ui/src/controller/area_selection_handler_unittest.ts b/ui/src/controller/area_selection_handler_unittest.ts
index 563e816..bbc3159 100644
--- a/ui/src/controller/area_selection_handler_unittest.ts
+++ b/ui/src/controller/area_selection_handler_unittest.ts
@@ -12,10 +12,11 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-import {AreaById, createEmptyState} from '../common/state';
+import {AreaById} from '../common/state';
 import {globals as frontendGlobals} from '../frontend/globals';
 
 import {AreaSelectionHandler} from './area_selection_handler';
+import {createEmptyState} from '../common/empty_state';
 
 test('validAreaAfterUndefinedArea', () => {
   const areaId = '0';