Fix coding rule 72/239972/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 31 Jul 2020 06:29:47 +0000 (15:29 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 31 Jul 2020 06:29:47 +0000 (15:29 +0900)
Change-Id: Ie37e7a6ff8d9a59c1fcafe5be0b8c92b1350ee70
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/unified/unified_installer_factory.h
test/smoke_test/smoke_utils.h

index db6df607cd86645bd54802165d7399c88384c2bb..c05d0dd8f58b9d6c51455a318979b3c47fc58590 100644 (file)
@@ -9,6 +9,7 @@
 #include <common/pkgmgr_interface.h>
 
 #include <memory>
+#include <string>
 
 namespace common_installer {
 
index 3ce24f5eb61d2c66d8851e3a6718d0978f76e13b..3e2efd5f01b96318d33858a1240b642426de0661 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by an apache-2.0 license that can be
 // found in the LICENSE file.
 
-#ifndef UNIT_TESTS_SMOKE_UTILS_H_
-#define UNIT_TESTS_SMOKE_UTILS_H_
+#ifndef TEST_SMOKE_TEST_SMOKE_UTILS_H_
+#define TEST_SMOKE_TEST_SMOKE_UTILS_H_
 
 #include <common/installer/app_installer.h>
 #include <common/pkgmgr_interface.h>
@@ -33,4 +33,4 @@ class UnifiedBackendInterface : public BackendInterface {
 
 }  // namespace smoke_test
 
-#endif  // UNIT_TESTS_SMOKE_UTILS_H_
+#endif  // TEST_SMOKE_TEST_SMOKE_UTILS_H_