| Index: webrtc/common_video/include/bitrate_adjuster.h
|
| diff --git a/webrtc/modules/video_coding/include/bitrate_adjuster.h b/webrtc/common_video/include/bitrate_adjuster.h
|
| similarity index 94%
|
| rename from webrtc/modules/video_coding/include/bitrate_adjuster.h
|
| rename to webrtc/common_video/include/bitrate_adjuster.h
|
| index ec58445ae2750d0e280c2d8a8bfabeb8aa3f9312..1f2474f88b13f6738f797b609e3d18d085141af8 100644
|
| --- a/webrtc/modules/video_coding/include/bitrate_adjuster.h
|
| +++ b/webrtc/common_video/include/bitrate_adjuster.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_VIDEO_CODING_INCLUDE_BITRATE_ADJUSTER_H_
|
| -#define WEBRTC_MODULES_VIDEO_CODING_INCLUDE_BITRATE_ADJUSTER_H_
|
| +#ifndef WEBRTC_COMMON_VIDEO_INCLUDE_BITRATE_ADJUSTER_H_
|
| +#define WEBRTC_COMMON_VIDEO_INCLUDE_BITRATE_ADJUSTER_H_
|
|
|
| #include <functional>
|
|
|
| @@ -86,4 +86,4 @@ class BitrateAdjuster {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_VIDEO_CODING_INCLUDE_BITRATE_ADJUSTER_H_
|
| +#endif // WEBRTC_COMMON_VIDEO_INCLUDE_BITRATE_ADJUSTER_H_
|
|
|