Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: media/cast/net/rtp/mock_rtp_feedback.h

Issue 1377273003: cast: cleanup rtp header and parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the commits Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/cast/net/rtp/mock_rtp_feedback.h
diff --git a/media/cast/net/rtp/mock_rtp_feedback.h b/media/cast/net/rtp/mock_rtp_feedback.h
index 44624ffc7183aed29c6c564674ec67ac4eddc19d..95420812c9ca9cae6c9d812d693e315aaaa8d1ae 100644
--- a/media/cast/net/rtp/mock_rtp_feedback.h
+++ b/media/cast/net/rtp/mock_rtp_feedback.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_CAST_RTP_INCLUDE_MOCK_RTP_FEEDBACK_H_
-#define MEDIA_CAST_RTP_INCLUDE_MOCK_RTP_FEEDBACK_H_
+#ifndef MEDIA_CAST_NET_RTP_MOCK_RTP_FEEDBACK_H_
+#define MEDIA_CAST_NET_RTP_MOCK_RTP_FEEDBACK_H_
#include "media/cast/net/rtp/rtp_parser/rtp_feedback.h"
#include "testing/gmock/include/gmock/gmock.h"
@@ -32,4 +32,4 @@ class MockRtpFeedback : public RtpFeedback {
} // namespace cast
} // namespace media
-#endif // MEDIA_CAST_RTP_INCLUDE_MOCK_RTP_FEEDBACK_H_
+#endif // MEDIA_CAST_NET_RTP_MOCK_RTP_FEEDBACK_H_

Powered by Google App Engine
This is Rietveld 408576698