Snap for 7002008 from be2ffdcf6a7f789c281631c303f0da30ec66dcf3 to simpleperf-release

Change-Id: I0249da680edd4038c9db3048251784d9693378a5
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