| Index: content/browser/media/webrtc/webrtc_internals.cc
|
| diff --git a/content/browser/media/webrtc/webrtc_internals.cc b/content/browser/media/webrtc/webrtc_internals.cc
|
| index 3046722c9f301674d84f6d02c0276745da67552e..3bc79d097fdc95d5e7d14e03fcf21214a75ba286 100644
|
| --- a/content/browser/media/webrtc/webrtc_internals.cc
|
| +++ b/content/browser/media/webrtc/webrtc_internals.cc
|
| @@ -501,8 +501,9 @@ void WebRTCInternals::CreateOrReleasePowerSaveBlocker() {
|
| DVLOG(1) << ("Preventing the application from being suspended while one or "
|
| "more PeerConnections are active.");
|
| power_save_blocker_ = content::CreatePowerSaveBlocker(
|
| - PowerSaveBlocker::kPowerSaveBlockPreventAppSuspension,
|
| - PowerSaveBlocker::kReasonOther, "WebRTC has active PeerConnections");
|
| + device::PowerSaveBlocker::kPowerSaveBlockPreventAppSuspension,
|
| + device::PowerSaveBlocker::kReasonOther,
|
| + "WebRTC has active PeerConnections");
|
| }
|
| }
|
|
|
|
|