summaryrefslogtreecommitdiff
path: root/test/components/include/protocol_handler/protocol_handler_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/components/include/protocol_handler/protocol_handler_mock.h')
-rw-r--r--test/components/include/protocol_handler/protocol_handler_mock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/components/include/protocol_handler/protocol_handler_mock.h b/test/components/include/protocol_handler/protocol_handler_mock.h
index eac6ecf54..204a56242 100644
--- a/test/components/include/protocol_handler/protocol_handler_mock.h
+++ b/test/components/include/protocol_handler/protocol_handler_mock.h
@@ -42,10 +42,12 @@ namespace protocol_handler_test {
/*
* MOCK implementation of ::protocol_handler::ProtocolObserver interface
*/
+using namespace ::protocol_handler;
+
class ProtocolHandlerMock: public ::protocol_handler::ProtocolHandler {
public:
MOCK_METHOD2(SendMessageToMobileApp,
- void(const RawMessagePtr message,
+ void(const ::protocol_handler::RawMessagePtr message,
bool final_message));
MOCK_METHOD1(AddProtocolObserver,
void(::protocol_handler::ProtocolObserver *observer));