Chromium Code Reviews

Unified Diff: webrtc/rtc_base/rate_limiter_unittest.cc

Issue 2963273002: Update includes for webrtc/{base => rtc_base} rename (3/3) (Closed)
Patch Set: git cl format Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/rtc_base/rate_limiter.cc ('k') | webrtc/rtc_base/rate_statistics.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/rate_limiter_unittest.cc
diff --git a/webrtc/rtc_base/rate_limiter_unittest.cc b/webrtc/rtc_base/rate_limiter_unittest.cc
index 6d925670bfa4478290a9c4dde00cc6ddd292342b..64783990dfcbeb14f72ec376b3139d6686231453 100644
--- a/webrtc/rtc_base/rate_limiter_unittest.cc
+++ b/webrtc/rtc_base/rate_limiter_unittest.cc
@@ -11,10 +11,10 @@
#include <algorithm>
#include <memory>
-#include "webrtc/base/event.h"
-#include "webrtc/base/platform_thread.h"
-#include "webrtc/base/rate_limiter.h"
-#include "webrtc/base/task_queue.h"
+#include "webrtc/rtc_base/event.h"
+#include "webrtc/rtc_base/platform_thread.h"
+#include "webrtc/rtc_base/rate_limiter.h"
+#include "webrtc/rtc_base/task_queue.h"
#include "webrtc/system_wrappers/include/clock.h"
#include "webrtc/test/gtest.h"
« no previous file with comments | « webrtc/rtc_base/rate_limiter.cc ('k') | webrtc/rtc_base/rate_statistics.h » ('j') | no next file with comments »

Powered by Google App Engine