Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(691)

Unified Diff: webrtc/call/rtc_event_log.h

Issue 1227923005: Split webrtc/video into webrtc/{audio,call,video}. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/call/packet_injection_tests.cc ('k') | webrtc/call/rtc_event_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/call/packet_injection_tests.cc ('k') | webrtc/call/rtc_event_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698