summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/hmi/update_sdl_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/hmi/update_sdl_request_test.cc')
-rw-r--r--src/components/application_manager/test/commands/hmi/update_sdl_request_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/test/commands/hmi/update_sdl_request_test.cc b/src/components/application_manager/test/commands/hmi/update_sdl_request_test.cc
index 1af0cd564c..03ae81954a 100644
--- a/src/components/application_manager/test/commands/hmi/update_sdl_request_test.cc
+++ b/src/components/application_manager/test/commands/hmi/update_sdl_request_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 "application_manager/smart_object_keys.h"
#include "commands/commands_test.h"
@@ -48,7 +48,7 @@ namespace commands_test {
namespace hmi_commands_test {
namespace update_sdl_request {
-using ::std::shared_ptr;
+
using ::testing::ReturnRef;
using ::testing::NiceMock;
namespace am = ::application_manager;