summaryrefslogtreecommitdiff
path: root/chromium/third_party/webrtc/examples/androidapp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/examples/androidapp')
-rw-r--r--chromium/third_party/webrtc/examples/androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/webrtc/examples/androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java b/chromium/third_party/webrtc/examples/androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java
index 7ae3d838dd9..c32ab964ad1 100644
--- a/chromium/third_party/webrtc/examples/androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java
+++ b/chromium/third_party/webrtc/examples/androidapp/src/org/appspot/apprtc/AppRTCAudioManager.java
@@ -185,8 +185,8 @@ public class AppRTCAudioManager {
// Note that, the sensor will not be active until start() has been called.
proximitySensor = AppRTCProximitySensor.create(context,
// This method will be called each time a state change is detected.
- // Example: user holds his hand over the device (closer than ~5 cm),
- // or removes his hand from the device.
+ // Example: user holds their hand over the device (closer than ~5 cm),
+ // or removes their hand from the device.
this ::onProximitySensorChangedState);
Log.d(TAG, "defaultAudioDevice: " + defaultAudioDevice);