Index: webrtc/modules/pacing/paced_sender.h |
diff --git a/webrtc/modules/pacing/include/paced_sender.h b/webrtc/modules/pacing/paced_sender.h |
similarity index 97% |
rename from webrtc/modules/pacing/include/paced_sender.h |
rename to webrtc/modules/pacing/paced_sender.h |
index 2c8e36ec85427d5978e9466ef939b7194353a587..fa9f59a3d7ceb5bf33711bb150fae500e22ba01f 100644 |
--- a/webrtc/modules/pacing/include/paced_sender.h |
+++ b/webrtc/modules/pacing/paced_sender.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_PACING_INCLUDE_PACED_SENDER_H_ |
-#define WEBRTC_MODULES_PACING_INCLUDE_PACED_SENDER_H_ |
+#ifndef WEBRTC_MODULES_PACING_PACED_SENDER_H_ |
+#define WEBRTC_MODULES_PACING_PACED_SENDER_H_ |
#include <list> |
#include <set> |
@@ -150,4 +150,4 @@ class PacedSender : public Module, public RtpPacketSender { |
uint64_t packet_counter_; |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_PACING_INCLUDE_PACED_SENDER_H_ |
+#endif // WEBRTC_MODULES_PACING_PACED_SENDER_H_ |