summaryrefslogtreecommitdiff
path: root/test/components/include/protocol_handler/protocol_observer_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/components/include/protocol_handler/protocol_observer_mock.h')
-rw-r--r--test/components/include/protocol_handler/protocol_observer_mock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/components/include/protocol_handler/protocol_observer_mock.h b/test/components/include/protocol_handler/protocol_observer_mock.h
index 6153216ff..9049c9db9 100644
--- a/test/components/include/protocol_handler/protocol_observer_mock.h
+++ b/test/components/include/protocol_handler/protocol_observer_mock.h
@@ -47,9 +47,9 @@ namespace protocol_handler_test {
class ProtocolObserverMock: public ::protocol_handler::ProtocolObserver {
public:
MOCK_METHOD1(OnMessageReceived,
- void(const RawMessagePtr));
+ void(const ::protocol_handler::RawMessagePtr));
MOCK_METHOD1(OnMobileMessageSent,
- void(const RawMessagePtr));
+ void(const ::protocol_handler::RawMessagePtr));
};
} // namespace protocol_handler_test
} // namespace components