summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/notification_from_hmi.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/notification_from_hmi.cc')
-rw-r--r--src/components/application_manager/src/commands/notification_from_hmi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/notification_from_hmi.cc b/src/components/application_manager/src/commands/notification_from_hmi.cc
index c8765be18a..75e49b180e 100644
--- a/src/components/application_manager/src/commands/notification_from_hmi.cc
+++ b/src/components/application_manager/src/commands/notification_from_hmi.cc
@@ -87,7 +87,7 @@ void NotificationFromHMI::CreateHMIRequest(
const uint32_t hmi_correlation_id_ =
application_manager_.GetNextHMICorrelationID();
- NsSmartDeviceLink::NsSmartObjects::SmartObject& request = *result;
+ ns_smart_device_link::ns_smart_objects::SmartObject& request = *result;
request[strings::params][strings::message_type] =
static_cast<int32_t>(application_manager::MessageType::kRequest);
request[strings::params][strings::function_id] =