Index: webrtc/rtc_base/logging.h |
diff --git a/webrtc/base/logging.h b/webrtc/rtc_base/logging.h |
similarity index 99% |
copy from webrtc/base/logging.h |
copy to webrtc/rtc_base/logging.h |
index 8f476a0215c19b2848fd65b0a9165542d001f418..455aac0bf0531cdbf3d73ddbf15632cc9f33bbe5 100644 |
--- a/webrtc/base/logging.h |
+++ b/webrtc/rtc_base/logging.h |
@@ -43,8 +43,8 @@ |
// to output logging data at the desired level. |
// Lastly, PLOG(sev, err) is an alias for LOG_ERR_EX. |
-#ifndef WEBRTC_BASE_LOGGING_H_ |
-#define WEBRTC_BASE_LOGGING_H_ |
+#ifndef WEBRTC_RTC_BASE_LOGGING_H_ |
+#define WEBRTC_RTC_BASE_LOGGING_H_ |
#include <errno.h> |
@@ -367,4 +367,4 @@ inline bool LogCheckLevel(LoggingSeverity sev) { |
} // namespace rtc |
-#endif // WEBRTC_BASE_LOGGING_H_ |
+#endif // WEBRTC_RTC_BASE_LOGGING_H_ |