summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/get_system_capability_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/get_system_capability_response.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/get_system_capability_response.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/get_system_capability_response.cc b/src/components/application_manager/src/commands/mobile/get_system_capability_response.cc
index 91c2562cd3..3ac0459e71 100644
--- a/src/components/application_manager/src/commands/mobile/get_system_capability_response.cc
+++ b/src/components/application_manager/src/commands/mobile/get_system_capability_response.cc
@@ -1,4 +1,5 @@
#include "application_manager/application_manager.h"
+#include "application_manager/rpc_service.h"
#include "application_manager/commands/mobile/get_system_capability_response.h"
namespace application_manager {
@@ -14,7 +15,7 @@ GetSystemCapabilityResponse::~GetSystemCapabilityResponse() {}
void GetSystemCapabilityResponse::Run() {
LOG4CXX_AUTO_TRACE(logger_);
- application_manager_.SendMessageToMobile(message_);
+ application_manager_.GetRPCService().SendMessageToMobile(message_);
}
} // namespace commands