summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/get_urls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/get_urls.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/get_urls.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/application_manager/src/commands/hmi/get_urls.cc b/src/components/application_manager/src/commands/hmi/get_urls.cc
index ea52325174..1285808fbf 100644
--- a/src/components/application_manager/src/commands/hmi/get_urls.cc
+++ b/src/components/application_manager/src/commands/hmi/get_urls.cc
@@ -95,9 +95,9 @@ void GetUrls::ProcessServiceURLs(const policy::EndpointUrls& endpoints) {
service_info[strings::url] = app_url;
if (policy::kDefaultId != endpoints[e].app_id) {
-#ifndef EXTENDED_PROPRIETARY
+#ifndef EXTERNAL_PROPRIETARY
service_info[hmi_response::policy_app_id] = endpoints[e].app_id;
-#else // EXTENDED_PROPRIETARY
+#else // EXTERNAL_PROPRIETARY
ApplicationSharedPtr app =
application_manager_.application_by_policy_id(endpoints[e].app_id);
@@ -110,7 +110,7 @@ void GetUrls::ProcessServiceURLs(const policy::EndpointUrls& endpoints) {
}
service_info[strings::app_id] = app->hmi_app_id();
-#endif // EXTENDED_PROPRIETARY
+#endif // EXTERNAL_PROPRIETARY
}
}
}