Index: webrtc/rtc_base/java/src/org/webrtc/Logging.java |
diff --git a/webrtc/rtc_base/java/src/org/webrtc/Logging.java b/webrtc/rtc_base/java/src/org/webrtc/Logging.java |
index 643b8cf7a91bf3d787c1f740ebc4ff62d154d44e..827ecc61dae4fc29d3556b88a9d551fb5e2e65a8 100644 |
--- a/webrtc/rtc_base/java/src/org/webrtc/Logging.java |
+++ b/webrtc/rtc_base/java/src/org/webrtc/Logging.java |
@@ -76,7 +76,7 @@ public class Logging { |
} |
} |
- // Keep in sync with webrtc/base/logging.h:LoggingSeverity. |
+ // Keep in sync with webrtc/rtc_base/logging.h:LoggingSeverity. |
public enum Severity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR, LS_NONE } |
public static void enableLogThreads() { |