summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/hmi/update_device_list_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/hmi/update_device_list_request_test.cc')
-rw-r--r--src/components/application_manager/test/commands/hmi/update_device_list_request_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/test/commands/hmi/update_device_list_request_test.cc b/src/components/application_manager/test/commands/hmi/update_device_list_request_test.cc
index 86a657ae16..b8b1d70bd1 100644
--- a/src/components/application_manager/test/commands/hmi/update_device_list_request_test.cc
+++ b/src/components/application_manager/test/commands/hmi/update_device_list_request_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 "interfaces/HMI_API.h"
#include "application_manager/smart_object_keys.h"
@@ -54,7 +54,7 @@ namespace commands_test {
namespace hmi_commands_test {
namespace update_device_list_request {
-using ::std::shared_ptr;
+
using testing::_;
using testing::ReturnRef;
using testing::Return;