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