// Use of this source code is governed by an apache-2.0 license that can be
// found in the LICENSE file.
-#ifndef SMOKE_TESTS_MANIFEST_TEST_H_
-#define SMOKE_TESTS_MANIFEST_TEST_H_
+#ifndef TEST_SMOKE_TESTS_MANIFEST_TEST_H_
+#define TEST_SMOKE_TESTS_MANIFEST_TEST_H_
#include <boost/filesystem/path.hpp>
application_x* GetSingleApp(manifest_x* m);
-#endif // SMOKE_TESTS_MANIFEST_TEST_H_
+#endif // TEST_SMOKE_TESTS_MANIFEST_TEST_H_
// Use of this source code is governed by an apache-2.0 license that can be
// found in the LICENSE file.
-#ifndef SMOKE_TESTS_TPK_SMOKE_UTILS_H_
-#define SMOKE_TESTS_TPK_SMOKE_UTILS_H_
+#ifndef TEST_SMOKE_TESTS_TPK_SMOKE_UTILS_H_
+#define TEST_SMOKE_TESTS_TPK_SMOKE_UTILS_H_
#include <common/installer/app_installer.h>
#include <common/pkgmgr_interface.h>
} // namespace smoke_test
-#endif // SMOKE_TESTS_TPK_SMOKE_UTILS_H_
+#endif // TEST_SMOKE_TESTS_TPK_SMOKE_UTILS_H_