summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/get_vehicle_data_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/get_vehicle_data_response.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/get_vehicle_data_response.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/src/commands/mobile/get_vehicle_data_response.cc b/src/components/application_manager/src/commands/mobile/get_vehicle_data_response.cc
index 1e64746262..700c8adffb 100644
--- a/src/components/application_manager/src/commands/mobile/get_vehicle_data_response.cc
+++ b/src/components/application_manager/src/commands/mobile/get_vehicle_data_response.cc
@@ -32,7 +32,7 @@
*/
#include "application_manager/commands/mobile/get_vehicle_data_response.h"
-
+#include "application_manager/rpc_service.h"
#include "interfaces/HMI_API.h"
namespace application_manager {
@@ -48,7 +48,7 @@ GetVehicleDataResponse::~GetVehicleDataResponse() {}
void GetVehicleDataResponse::Run() {
LOG4CXX_AUTO_TRACE(logger_);
- application_manager_.SendMessageToMobile(message_);
+ application_manager_.GetRPCService().SendMessageToMobile(message_);
}
} // namespace commands