| Index: content/browser/wake_lock/wake_lock_service_context_unittest.cc
|
| diff --git a/content/browser/wake_lock/wake_lock_service_context_unittest.cc b/content/browser/wake_lock/wake_lock_service_context_unittest.cc
|
| index 49211583929943ca88e7e316eb0611299e35e810..4802109dcb5a3272f0de767fade6afcedd7cb2ca 100644
|
| --- a/content/browser/wake_lock/wake_lock_service_context_unittest.cc
|
| +++ b/content/browser/wake_lock/wake_lock_service_context_unittest.cc
|
| @@ -4,7 +4,8 @@
|
|
|
| #include "content/browser/wake_lock/wake_lock_service_context.h"
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| +#include <memory>
|
| +
|
| #include "base/process/kill.h"
|
| #include "content/browser/web_contents/web_contents_impl.h"
|
| #include "content/public/browser/render_frame_host.h"
|
|
|