From dc300c01204f0b15289a70d8bd8ba49598658b04 Mon Sep 17 00:00:00 2001 From: nj1868 Date: Sat, 8 Feb 2025 17:36:19 +0800 Subject: [PATCH] removeSandboxDir Signed-off-by: nj1868 --- test/mock/mock_bundle_installer_host.cpp | 3 +-- test/mock/mock_bundle_installer_host.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/mock/mock_bundle_installer_host.cpp b/test/mock/mock_bundle_installer_host.cpp index d955f03..758cc4a 100644 --- a/test/mock/mock_bundle_installer_host.cpp +++ b/test/mock/mock_bundle_installer_host.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -15,7 +15,6 @@ #include "mock_bundle_installer_host.h" -using namespace OHOS::AAFwk; namespace OHOS { namespace AppExecFwk { MockBundleInstallerHost::MockBundleInstallerHost() diff --git a/test/mock/mock_bundle_installer_host.h b/test/mock/mock_bundle_installer_host.h index 8cdb716..375ca06 100644 --- a/test/mock/mock_bundle_installer_host.h +++ b/test/mock/mock_bundle_installer_host.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 2021-2024 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -22,7 +22,6 @@ #include "bundle_installer_interface.h" #include "app_log_wrapper.h" -#include "bundle_installer_host.h" namespace OHOS { namespace AppExecFwk { -- Gitee