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

Unified Diff: webrtc/rtc_base/java/src/org/webrtc/Logging.java

Issue 2974613003: base->rtc_base: Update .c, .mm and .java files. (Closed)
Patch Set: Created 3 years, 5 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/applefilesystem.mm ('k') | webrtc/rtc_base/logging_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « webrtc/rtc_base/applefilesystem.mm ('k') | webrtc/rtc_base/logging_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698