Chromium Code Reviews| Index: device/wake_lock/wake_lock_service_context.cc |
| diff --git a/device/wake_lock/wake_lock_service_context.cc b/device/wake_lock/wake_lock_service_context.cc |
| index affc0d56fdac3b2a7547137a5fd999c8bdfd1745..682a4f934cd20665911dc3349286d8a2fffcd88a 100644 |
| --- a/device/wake_lock/wake_lock_service_context.cc |
| +++ b/device/wake_lock/wake_lock_service_context.cc |
| @@ -10,6 +10,8 @@ |
| namespace device { |
| +const int WakeLockServiceContext::WakeLockInvalidContextId = -1; |
| + |
| WakeLockServiceContext::WakeLockServiceContext( |
| int context_id, |
| scoped_refptr<base::SingleThreadTaskRunner> file_task_runner, |