| Index: webrtc/call/rtc_event_log.h
|
| diff --git a/webrtc/video/rtc_event_log.h b/webrtc/call/rtc_event_log.h
|
| similarity index 95%
|
| rename from webrtc/video/rtc_event_log.h
|
| rename to webrtc/call/rtc_event_log.h
|
| index daab3c116ff0944d0f99723b946ee2fd2542a694..a4b7cadadb7c3970865380866cbf320805773175 100644
|
| --- a/webrtc/video/rtc_event_log.h
|
| +++ b/webrtc/call/rtc_event_log.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_VIDEO_RTC_EVENT_LOG_H_
|
| -#define WEBRTC_VIDEO_RTC_EVENT_LOG_H_
|
| +#ifndef WEBRTC_CALL_RTC_EVENT_LOG_H_
|
| +#define WEBRTC_CALL_RTC_EVENT_LOG_H_
|
|
|
| #include <string>
|
|
|
| @@ -75,4 +75,4 @@ class RtcEventLog {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_VIDEO_RTC_EVENT_LOG_H_
|
| +#endif // WEBRTC_CALL_RTC_EVENT_LOG_H_
|
|
|