summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/hmi/rc_is_ready_response_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/hmi/rc_is_ready_response_test.cc')
-rw-r--r--src/components/application_manager/test/commands/hmi/rc_is_ready_response_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/test/commands/hmi/rc_is_ready_response_test.cc b/src/components/application_manager/test/commands/hmi/rc_is_ready_response_test.cc
index 4e7460b066..9007fe10d3 100644
--- a/src/components/application_manager/test/commands/hmi/rc_is_ready_response_test.cc
+++ b/src/components/application_manager/test/commands/hmi/rc_is_ready_response_test.cc
@@ -34,7 +34,7 @@
#include <string>
#include "gtest/gtest.h"
-#include "utils/shared_ptr.h"
+#include "utils/shared_ptr_helpers.h"
#include "smart_objects/smart_object.h"
#include "commands/commands_test.h"
#include "application_manager/mock_hmi_capabilities.h"
@@ -48,7 +48,7 @@ namespace hmi_commands_test {
namespace rc_is_ready_response {
using ::testing::Return;
-using ::std::shared_ptr;
+
using ::testing::NiceMock;
namespace am = ::application_manager;
namespace strings = ::application_manager::strings;