| Index: webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| index 92d2e28132d849810c69e90d9f0c41b140782ac5..a643c1f10307ff88412c63b17fd304d918582144 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/include/send_time_history.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_BITRATE_CONTROLLER_SEND_TIME_HISTORY_H_
|
| -#define WEBRTC_MODULES_BITRATE_CONTROLLER_SEND_TIME_HISTORY_H_
|
| +#ifndef WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_INCLUDE_SEND_TIME_HISTORY_H_
|
| +#define WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_INCLUDE_SEND_TIME_HISTORY_H_
|
|
|
| #include <map>
|
|
|
| @@ -45,4 +45,4 @@ class SendTimeHistory {
|
| };
|
|
|
| } // namespace webrtc
|
| -#endif // WEBRTC_MODULES_BITRATE_CONTROLLER_SEND_TIME_HISTORY_H_
|
| +#endif // WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_INCLUDE_SEND_TIME_HISTORY_H_
|
|
|