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

Unified Diff: webrtc/logging/rtc_event_log/ringbuffer.h

Issue 2380683005: Moved RtcEventLog files from call/ to logging/ (new top level dir) (Closed)
Patch Set: Rebase to master Created 4 years, 2 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/logging/rtc_event_log/DEPS ('k') | webrtc/logging/rtc_event_log/ringbuffer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/logging/rtc_event_log/ringbuffer.h
diff --git a/webrtc/call/ringbuffer.h b/webrtc/logging/rtc_event_log/ringbuffer.h
similarity index 93%
rename from webrtc/call/ringbuffer.h
rename to webrtc/logging/rtc_event_log/ringbuffer.h
index fa5e4227ff713519892b4ced375cb8d258856262..6c0ffda805ac116a5505908a602e30ce21a1baaf 100644
--- a/webrtc/call/ringbuffer.h
+++ b/webrtc/logging/rtc_event_log/ringbuffer.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef WEBRTC_CALL_RINGBUFFER_H_
-#define WEBRTC_CALL_RINGBUFFER_H_
+#ifndef WEBRTC_LOGGING_RTC_EVENT_LOG_RINGBUFFER_H_
+#define WEBRTC_LOGGING_RTC_EVENT_LOG_RINGBUFFER_H_
#include <memory>
#include <utility>
@@ -97,4 +97,4 @@ class RingBuffer {
} // namespace webrtc
-#endif // WEBRTC_CALL_RINGBUFFER_H_
+#endif // WEBRTC_LOGGING_RTC_EVENT_LOG_RINGBUFFER_H_
« no previous file with comments | « webrtc/logging/rtc_event_log/DEPS ('k') | webrtc/logging/rtc_event_log/ringbuffer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698