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

Unified Diff: webrtc/call/rtc_event_log_unittest.cc

Issue 2344383002: Reenabled the RtcEventLog unittests (Closed)
Patch Set: Added whitespace at the end of file 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
« no previous file with comments | « webrtc/call/BUILD.gn ('k') | webrtc/call/rtc_event_log_unittest_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/rtc_event_log_unittest.cc
diff --git a/webrtc/call/rtc_event_log_unittest.cc b/webrtc/call/rtc_event_log_unittest.cc
index e8f0ccf1c2bb26f38bee67163be88beef3d3a071..34e993cf5cd73290db8e6b2bd2b5e16db1ad39bc 100644
--- a/webrtc/call/rtc_event_log_unittest.cc
+++ b/webrtc/call/rtc_event_log_unittest.cc
@@ -8,8 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifdef ENABLE_RTC_EVENT_LOG
-
#include <map>
#include <memory>
#include <string>
@@ -459,6 +457,5 @@ TEST(RtcEventLogTest, LogEventAndReadBack) {
// Clean up temporary file - can be pretty slow.
remove(temp_filename.c_str());
}
-} // namespace webrtc
-#endif // ENABLE_RTC_EVENT_LOG
+} // namespace webrtc
« no previous file with comments | « webrtc/call/BUILD.gn ('k') | webrtc/call/rtc_event_log_unittest_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698