Change filepath 35/237935/1 accepted/tizen/unified/20200709.030129 submit/tizen/20200707.063722 submit/tizen/20200708.012148 submit/tizen/20200709.004750
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 6 Jul 2020 23:49:33 +0000 (08:49 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 6 Jul 2020 23:49:33 +0000 (08:49 +0900)
Related changes:
[app-installers] : https://review.tizen.org/gerrit/237608

Change-Id: I7f42d574065a6874a0d3a09bfed17ee8daa603a1
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/unified/unified_backend.cc
src/unified/unified_installer_factory.cc
src/unit_tests/smoke_utils.h

index ddff9bc3091237efa55d8c74842d3889cce6c567..b1e0f098dcc18da13202734b375c64090e3af178 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by an apache 2.0 license that can be
 // found in the LICENSE file.
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/installer_factory.h>
 #include <common/installer_runner.h>
 
index fed7accc8c4268007cc841710f97d4f33fc0da4e..a15964501439948801ccbb6b6fecdd463a66bb73 100644 (file)
@@ -20,7 +20,7 @@
 #include <string>
 
 #include "common/pkgmgr_interface.h"
-#include "common/pkgmgr_query.h"
+#include "common/utils/pkgmgr_query.h"
 
 namespace {
 
index df7cbfa29f089df49afa6b6211812ed928d029e1..3ce24f5eb61d2c66d8851e3a6718d0978f76e13b 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef UNIT_TESTS_SMOKE_UTILS_H_
 #define UNIT_TESTS_SMOKE_UTILS_H_
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/pkgmgr_interface.h>
 #include <unit_tests/common/smoke_utils.h>
 #include <unit_tests/tpk_smoke_utils.h>