| Index: content/browser/power_usage_monitor_impl.cc
|
| diff --git a/content/browser/power_usage_monitor_impl.cc b/content/browser/power_usage_monitor_impl.cc
|
| index adf1a8357b4edb5d9d4db46cc30f9ffc46e7980c..92d835a18e3aa8218c72ea94ffe88d2af19bcdc8 100644
|
| --- a/content/browser/power_usage_monitor_impl.cc
|
| +++ b/content/browser/power_usage_monitor_impl.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "content/browser/power_usage_monitor_impl.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/bind.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
|
|