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

Unified Diff: webrtc/rtc_base/logging.h

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 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/rtc_base/location.cc ('k') | webrtc/rtc_base/logging.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/rtc_base/location.cc ('k') | webrtc/rtc_base/logging.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698