Fix some header guards 59/228659/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Tue, 24 Mar 2020 11:15:52 +0000 (20:15 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Tue, 24 Mar 2020 11:15:52 +0000 (20:15 +0900)
Change-Id: If66b17887cfce128342ad77a8cace34b5b2c13d0
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/wgt/utils/extension_config_parser.h
src/wgt/utils/shared_dirs.h
src/wgt/utils/wgt_app_query_interface.h
src/wgt/utils/wgt_backend_data.h

index 915497e..2e45b7b 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a apache 2.0 license that can be
 // found in the LICENSE file.
 
-#ifndef WGT_EXTENSION_CONFIG_PARSER_H_
-#define WGT_EXTENSION_CONFIG_PARSER_H_
+#ifndef WGT_UTILS_EXTENSION_CONFIG_PARSER_H_
+#define WGT_UTILS_EXTENSION_CONFIG_PARSER_H_
 
 #include <libxml2/libxml/tree.h>
 #include <manifest_parser/utils/logging.h>
@@ -35,4 +35,4 @@ class ExtensionConfigParser {
 
 }  // namespace wgt
 
-#endif  // WGT_EXTENSION_CONFIG_PARSER_H_
+#endif  // WGT_UTILS_EXTENSION_CONFIG_PARSER_H_
index 61bb319..07468d4 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 WGT_SHARED_DIRS_H_
-#define WGT_SHARED_DIRS_H_
+#ifndef WGT_UTILS_SHARED_DIRS_H_
+#define WGT_UTILS_SHARED_DIRS_H_
 
 #include <vector>
 
@@ -17,4 +17,4 @@ const std::vector<const char*> WgtAdditionalSharedDirs = {
 }  // namespace filesystem
 }  // namespace wgt
 
-#endif  // WGT_SHARED_DIRS_H_
+#endif  // WGT_UTILS_SHARED_DIRS_H_
index c19d46a..bf1b2ae 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 WGT_WGT_APP_QUERY_INTERFACE_H_
-#define WGT_WGT_APP_QUERY_INTERFACE_H_
+#ifndef WGT_UTILS_WGT_APP_QUERY_INTERFACE_H_
+#define WGT_UTILS_WGT_APP_QUERY_INTERFACE_H_
 
 #include <common/app_query_interface.h>
 
@@ -35,4 +35,4 @@ class WgtAppQueryInterface : public common_installer::AppQueryInterface {
 
 }  // namespace wgt
 
-#endif  // WGT_WGT_APP_QUERY_INTERFACE_H_
+#endif  // WGT_UTILS_WGT_APP_QUERY_INTERFACE_H_
index cd7651a..5ba139e 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a apache 2.0 license that can be
 // found in the LICENSE file.
 
-#ifndef WGT_WGT_BACKEND_DATA_H_
-#define WGT_WGT_BACKEND_DATA_H_
+#ifndef WGT_UTILS_WGT_BACKEND_DATA_H_
+#define WGT_UTILS_WGT_BACKEND_DATA_H_
 
 #include <common/installer_context.h>
 #include <common/utils/property.h>
@@ -38,4 +38,4 @@ class WgtBackendData : public common_installer::BackendData {
 
 }  // namespace wgt
 
-#endif  // WGT_WGT_BACKEND_DATA_H_
+#endif  // WGT_UTILS_WGT_BACKEND_DATA_H_