| 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
|
|
|