Index: webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h |
diff --git a/webrtc/call/mock/mock_rtc_event_log.h b/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h |
similarity index 89% |
rename from webrtc/call/mock/mock_rtc_event_log.h |
rename to webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h |
index 27623860cb1066ce3ec55620985162845d5cfa52..222233946774b92968e5a1f6627ce484366f64c9 100644 |
--- a/webrtc/call/mock/mock_rtc_event_log.h |
+++ b/webrtc/logging/rtc_event_log/mock/mock_rtc_event_log.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_CALL_MOCK_MOCK_RTC_EVENT_LOG_H_ |
-#define WEBRTC_CALL_MOCK_MOCK_RTC_EVENT_LOG_H_ |
+#ifndef WEBRTC_LOGGING_RTC_EVENT_LOG_MOCK_MOCK_RTC_EVENT_LOG_H_ |
+#define WEBRTC_LOGGING_RTC_EVENT_LOG_MOCK_MOCK_RTC_EVENT_LOG_H_ |
#include <string> |
@@ -56,4 +56,4 @@ class MockRtcEventLog : public RtcEventLog { |
} // namespace webrtc |
-#endif // WEBRTC_CALL_MOCK_MOCK_RTC_EVENT_LOG_H_ |
+#endif // WEBRTC_LOGGING_RTC_EVENT_LOG_MOCK_MOCK_RTC_EVENT_LOG_H_ |