diff --git a/test/mock/mock_bundle_installer_host.cpp b/test/mock/mock_bundle_installer_host.cpp index d955f03a756fe35b5f45a41629a926049b767b38..758cc4a883b73b9c3968552e6e0871735ae4c812 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 8cdb716f0f20c00ccd19b0800090d14d052c9500..375ca067372bb9de624236bb99a3050186b4050e 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 {