summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/mobile/set_display_layout_response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/mobile/set_display_layout_response.cc')
-rw-r--r--src/components/application_manager/src/commands/mobile/set_display_layout_response.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/set_display_layout_response.cc b/src/components/application_manager/src/commands/mobile/set_display_layout_response.cc
index b5e53803c8..fe5c73dd7d 100644
--- a/src/components/application_manager/src/commands/mobile/set_display_layout_response.cc
+++ b/src/components/application_manager/src/commands/mobile/set_display_layout_response.cc
@@ -33,6 +33,7 @@
#include "application_manager/commands/mobile/set_display_layout_response.h"
#include "application_manager/application_impl.h"
+#include "application_manager/rpc_service.h"
namespace application_manager {
@@ -47,7 +48,7 @@ SetDisplayLayoutResponse::~SetDisplayLayoutResponse() {}
void SetDisplayLayoutResponse::Run() {
LOG4CXX_AUTO_TRACE(logger_);
- application_manager_.SendMessageToMobile(message_);
+ application_manager_.GetRPCService().SendMessageToMobile(message_);
}
} // namespace commands