| Index: content/browser/wake_lock/wake_lock_service_context.cc
|
| diff --git a/content/browser/wake_lock/wake_lock_service_context.cc b/content/browser/wake_lock/wake_lock_service_context.cc
|
| index a6904c219bb623fb942bd0de390f93dbd3a13438..2c85874cc2dec700e99123038f4a357c4a26c3fc 100644
|
| --- a/content/browser/wake_lock/wake_lock_service_context.cc
|
| +++ b/content/browser/wake_lock/wake_lock_service_context.cc
|
| @@ -65,7 +65,7 @@ void WakeLockServiceContext::CreateWakeLock() {
|
| PowerSaveBlocker::kPowerSaveBlockPreventDisplaySleep,
|
| PowerSaveBlocker::kReasonOther, "Wake Lock API");
|
|
|
| -#if defined(OS_ANDROID) && !defined(USE_AURA)
|
| +#if defined(OS_ANDROID)
|
| // On Android, additionaly associate the blocker with this WebContents.
|
| DCHECK(web_contents());
|
|
|
|
|