Index: webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h |
diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h b/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h |
similarity index 96% |
rename from webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h |
rename to webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h |
index 8d9cbb03f9cf590d7d7e235b25fdcc2213ca2af8..0521a257f6631137a1e23125f023fccd903e180b 100644 |
--- a/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h |
+++ b/webrtc/modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h |
@@ -1,5 +1,5 @@ |
/* |
- * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
+ * Copyright (c) 2017 The WebRTC project authors. All Rights Reserved. |
* |
* Use of this source code is governed by a BSD-style license |
* that can be found in the LICENSE file in the root of the source |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_H_ |
-#define WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_H_ |
+#ifndef WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_RPLR_BASED_H_ |
+#define WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_RPLR_BASED_H_ |
#include <memory> |
@@ -104,4 +104,4 @@ class FecController final : public Controller { |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_H_ |
+#endif // WEBRTC_MODULES_AUDIO_CODING_AUDIO_NETWORK_ADAPTOR_FEC_CONTROLLER_RPLR_BASED_H_ |