| Index: webrtc/video_engine/call_stats.h
|
| diff --git a/webrtc/video/call_stats.h b/webrtc/video_engine/call_stats.h
|
| similarity index 94%
|
| rename from webrtc/video/call_stats.h
|
| rename to webrtc/video_engine/call_stats.h
|
| index aad4a93b1e68ec492cac4ae5a26a7b95728f4685..d0a0b5313a15301e52e2469b086e8075cc676ece 100644
|
| --- a/webrtc/video/call_stats.h
|
| +++ b/webrtc/video_engine/call_stats.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_VIDEO_CALL_STATS_H_
|
| -#define WEBRTC_VIDEO_CALL_STATS_H_
|
| +#ifndef WEBRTC_VIDEO_ENGINE_CALL_STATS_H_
|
| +#define WEBRTC_VIDEO_ENGINE_CALL_STATS_H_
|
|
|
| #include <list>
|
|
|
| @@ -78,4 +78,4 @@ class CallStats : public Module {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_VIDEO_CALL_STATS_H_
|
| +#endif // WEBRTC_VIDEO_ENGINE_CALL_STATS_H_
|
|
|