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

Unified Diff: webrtc/logging/rtc_event_log/ringbuffer_unittest.cc

Issue 2380683005: Moved RtcEventLog files from call/ to logging/ (new top level dir) (Closed)
Patch Set: Updated GYP files Created 4 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
Index: webrtc/logging/rtc_event_log/ringbuffer_unittest.cc
diff --git a/webrtc/call/ringbuffer_unittest.cc b/webrtc/logging/rtc_event_log/ringbuffer_unittest.cc
similarity index 98%
rename from webrtc/call/ringbuffer_unittest.cc
rename to webrtc/logging/rtc_event_log/ringbuffer_unittest.cc
index 166c4f6ebbac48cd76f59763a8d08fa058ffa392..60e06876e1671c886b16819a4f22faaa77f3d1a7 100644
--- a/webrtc/call/ringbuffer_unittest.cc
+++ b/webrtc/logging/rtc_event_log/ringbuffer_unittest.cc
@@ -11,9 +11,9 @@
#include <list>
+#include "webrtc/logging/rtc_event_log/ringbuffer.h"
#include "webrtc/test/gtest.h"
#include "webrtc/base/random.h"
kjellander_webrtc 2016/09/30 10:57:05 nit: sort this first in the list (or does it have
skvlad 2016/09/30 18:50:55 Done.
-#include "webrtc/call/ringbuffer.h"
namespace {
template <typename T>

Powered by Google App Engine
This is Rietveld 408576698