From 32cfd519d441085843352e180de640a788c3ee1e Mon Sep 17 00:00:00 2001 From: ht Date: Thu, 16 Feb 2023 08:29:04 +0000 Subject: [PATCH] fix error Signed-off-by: ht --- .../adapter/account/src/account_delegate_normal_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamgr_service/services/distributeddataservice/adapter/account/src/account_delegate_normal_impl.cpp b/datamgr_service/services/distributeddataservice/adapter/account/src/account_delegate_normal_impl.cpp index 042beb6c..ddca36ad 100644 --- a/datamgr_service/services/distributeddataservice/adapter/account/src/account_delegate_normal_impl.cpp +++ b/datamgr_service/services/distributeddataservice/adapter/account/src/account_delegate_normal_impl.cpp @@ -31,7 +31,7 @@ namespace DistributedKv { using namespace OHOS::EventFwk; using namespace OHOS::AAFwk; using namespace OHOS::DistributedData; -using namespace Security::AccessToken;6 +using namespace Security::AccessToken; //AccountDelegate::BaseInstance AccountDelegate::getInstance_ = AccountDelegateNormalImpl::GetBaseInstance; AccountDelegate *AccountDelegateNormalImpl::GetBaseInstance() { -- Gitee