Cleanup references to system/core/liblog -> system/logging/liblog am: be2ffdcf6a

Original change: https://android-review.googlesource.com/c/platform/external/webrtc_legacy/+/1474039

Change-Id: Ib947b425fb19c80955d194ae7f929ddf42b803b9
diff --git a/webrtc/base/logging.cc b/webrtc/base/logging.cc
index 686b9b2..d987bdf 100644
--- a/webrtc/base/logging.cc
+++ b/webrtc/base/logging.cc
@@ -23,7 +23,7 @@
 #include <android/log.h>
 // Android has a 1024 limit on log inputs. We use 60 chars as an
 // approx for the header/tag portion.
-// See android/system/core/liblog/logd_write.c
+// See android/system/logging/liblog/logd_write.c
 static const int kMaxLogLineSize = 1024 - 60;
 #endif  // WEBRTC_MAC && !defined(WEBRTC_IOS) || WEBRTC_ANDROID