summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/hmi/response_from_hmi_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/hmi/response_from_hmi_test.cc')
-rw-r--r--src/components/application_manager/test/commands/hmi/response_from_hmi_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/test/commands/hmi/response_from_hmi_test.cc b/src/components/application_manager/test/commands/hmi/response_from_hmi_test.cc
index 18145152e0..5036eca223 100644
--- a/src/components/application_manager/test/commands/hmi/response_from_hmi_test.cc
+++ b/src/components/application_manager/test/commands/hmi/response_from_hmi_test.cc
@@ -33,7 +33,7 @@
#include <stdint.h>
#include "gtest/gtest.h"
-#include "utils/shared_ptr.h"
+#include "utils/shared_ptr_helpers.h"
#include "smart_objects/smart_object.h"
#include "application_manager/smart_object_keys.h"
#include "application_manager/commands/commands_test.h"
@@ -52,7 +52,7 @@ using ::testing::Return;
using ::testing::SaveArg;
using ::testing::DoAll;
-using ::std::shared_ptr;
+
using ::test::components::event_engine_test::MockEventDispatcher;
namespace am = ::application_manager;