summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/test/raw_message_matcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/transport_manager/test/raw_message_matcher.cc')
-rw-r--r--src/components/transport_manager/test/raw_message_matcher.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/components/transport_manager/test/raw_message_matcher.cc b/src/components/transport_manager/test/raw_message_matcher.cc
index 130ddc96c8..61d73a9253 100644
--- a/src/components/transport_manager/test/raw_message_matcher.cc
+++ b/src/components/transport_manager/test/raw_message_matcher.cc
@@ -30,12 +30,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include "include/raw_message_matcher.h"
-//#include "../../include/protocol/raw_message.h"
+#include "include/transport_manager/raw_message_matcher.h"
namespace test {
namespace components {
-namespace transport_manager {
+namespace transport_manager_test {
RawMessageMatcher::RawMessageMatcher(RawMessagePtr ptr) : ptr_(ptr) {}
@@ -60,6 +59,6 @@ void RawMessageMatcher::DescribeNegationTo(::std::ostream* os) const {
::std::copy(ptr_->data(), ptr_->data() + ptr_->data_size(), out);
}
-} // namespace transport_manager
+} // namespace transport_manager_test
} // namespace components
} // namespace test