Index: third_party/libjingle/README.chromium |
diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium |
index 47017445abe230b04761f4a276ab50cc313b407c..d2c362d67285b6b4813f68ac4cb0ef5d057487b3 100644 |
--- a/third_party/libjingle/README.chromium |
+++ b/third_party/libjingle/README.chromium |
@@ -32,3 +32,6 @@ Local Modifications: |
* Removed Makefile.in files, *.sln, *.vcproj. |
* Removed "examples", "thirdparty", and "sessions" directories. |
* Removed a number of unneeded scope specifications to appease gcc. |
+ * Added a #define guard to libjingle's base/logging.h to prevent the |
+ LOG() macros from being redefined when included by users of the |
+ library. The #define guard is SAFE_TO_DEFINE_TALK_BASE_LOGGING_MACROS. |