summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test/include/protocol_handler/control_message_matcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/test/include/protocol_handler/control_message_matcher.h')
-rw-r--r--src/components/protocol_handler/test/include/protocol_handler/control_message_matcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/protocol_handler/test/include/protocol_handler/control_message_matcher.h b/src/components/protocol_handler/test/include/protocol_handler/control_message_matcher.h
index 8f68003ada..a099cff225 100644
--- a/src/components/protocol_handler/test/include/protocol_handler/control_message_matcher.h
+++ b/src/components/protocol_handler/test/include/protocol_handler/control_message_matcher.h
@@ -32,10 +32,10 @@
#ifndef SRC_COMPONENTS_PROTOCOL_HANDLER_TEST_INCLUDE_PROTOCOL_HANDLER_CONTROL_MESSAGE_MATCHER_H_
#define SRC_COMPONENTS_PROTOCOL_HANDLER_TEST_INCLUDE_PROTOCOL_HANDLER_CONTROL_MESSAGE_MATCHER_H_
-#include "gmock/gmock.h"
#include <ios>
#include <string>
#include <vector>
+#include "gmock/gmock.h"
#include "protocol/raw_message.h"
#include "protocol_handler/protocol_packet.h"
@@ -43,11 +43,11 @@ namespace test {
namespace components {
namespace protocol_handler_test {
+using protocol_handler::FRAME_DATA_START_SERVICE_NACK;
+using protocol_handler::FRAME_TYPE_CONTROL;
using protocol_handler::ProtocolPacket;
using protocol_handler::RawMessagePtr;
using protocol_handler::RESULT_CODE;
-using protocol_handler::FRAME_TYPE_CONTROL;
-using protocol_handler::FRAME_DATA_START_SERVICE_NACK;
bool CheckRegularMatches(const ProtocolPacket& packet,
RESULT_CODE result,