From 746606807f7189caa0f4deed77e41741a9fa1140 Mon Sep 17 00:00:00 2001 From: Kevin Tang Date: Fri, 23 Mar 2018 23:00:16 -0700 Subject: [PATCH] renamed DataItemIndex and ClientIndex files and moved them into utils. Change-Id: I138471168bf58d2cf09c6a435088edea29a567d0 CRs-Fixed: 2218519 --- core/data-items/common/ClientIndex.h => utils/LocListMap.h | 0 .../common/DataItemIndex.h => utils/LocUnorderedSetMap.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename core/data-items/common/ClientIndex.h => utils/LocListMap.h (100%) rename core/data-items/common/DataItemIndex.h => utils/LocUnorderedSetMap.h (100%) diff --git a/core/data-items/common/ClientIndex.h b/utils/LocListMap.h similarity index 100% rename from core/data-items/common/ClientIndex.h rename to utils/LocListMap.h diff --git a/core/data-items/common/DataItemIndex.h b/utils/LocUnorderedSetMap.h similarity index 100% rename from core/data-items/common/DataItemIndex.h rename to utils/LocUnorderedSetMap.h