summaryrefslogtreecommitdiff
path: root/src/components/application_manager/test/commands/mobile/add_command_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/test/commands/mobile/add_command_request_test.cc')
-rw-r--r--src/components/application_manager/test/commands/mobile/add_command_request_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/test/commands/mobile/add_command_request_test.cc b/src/components/application_manager/test/commands/mobile/add_command_request_test.cc
index 7496f6ae8e..aa8b6f9afc 100644
--- a/src/components/application_manager/test/commands/mobile/add_command_request_test.cc
+++ b/src/components/application_manager/test/commands/mobile/add_command_request_test.cc
@@ -37,7 +37,7 @@
#include "application_manager/commands/mobile/add_command_request.h"
#include "gtest/gtest.h"
-#include "utils/shared_ptr.h"
+#include "utils/shared_ptr_helpers.h"
#include "utils/helpers.h"
#include <memory>
#include "smart_objects/smart_object.h"
@@ -62,7 +62,7 @@ using am::ApplicationManager;
using am::commands::MessageSharedPtr;
using am::ApplicationSharedPtr;
using ::testing::_;
-using ::std::shared_ptr;
+
using ::testing::Return;
using ::testing::InSequence;
using am::commands::AddCommandRequest;