summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/hmi/activate_app_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/hmi/activate_app_request_test.cc')
-rw-r--r--src/components/application_manager/test/commands/hmi/activate_app_request_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/test/commands/hmi/activate_app_request_test.cc b/src/components/application_manager/test/commands/hmi/activate_app_request_test.cc
index 2ea9a05dbe..cf44f7ff2f 100644
--- a/src/components/application_manager/test/commands/hmi/activate_app_request_test.cc
+++ b/src/components/application_manager/test/commands/hmi/activate_app_request_test.cc
@@ -32,7 +32,7 @@
#include "gtest/gtest.h"
#include "application_manager/commands/hmi/activate_app_request.h"
-#include "utils/shared_ptr.h"
+#include "utils/shared_ptr_helpers.h"
#include "smart_objects/smart_object.h"
#include "application_manager/commands/command_impl.h"
#include "commands/commands_test.h"
@@ -45,7 +45,7 @@ namespace hmi_commands_test {
namespace activate_app_request {
using ::testing::_;
-using ::std::shared_ptr;
+
namespace am = ::application_manager;
namespace strings = ::application_manager::strings;
using am::commands::MessageSharedPtr;