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.h2
1 files changed, 1 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 d9e7759757..eac6ecf546 100644
--- a/test/components/include/protocol_handler/protocol_handler_mock.h
+++ b/test/components/include/protocol_handler/protocol_handler_mock.h
@@ -45,7 +45,7 @@ namespace protocol_handler_test {
class ProtocolHandlerMock: public ::protocol_handler::ProtocolHandler {
public:
MOCK_METHOD2(SendMessageToMobileApp,
- void(const ::protocol_handler::RawMessagePtr message,
+ void(const RawMessagePtr message,
bool final_message));
MOCK_METHOD1(AddProtocolObserver,
void(::protocol_handler::ProtocolObserver *observer));