| Index: content/browser/power_usage_monitor_impl.h
|
| diff --git a/content/browser/power_usage_monitor_impl.h b/content/browser/power_usage_monitor_impl.h
|
| index 9b95ae4d4aebd9883a0f432189cedca0d1428a99..0e3b4e30274d23554883c160dac5993501d84820 100644
|
| --- a/content/browser/power_usage_monitor_impl.h
|
| +++ b/content/browser/power_usage_monitor_impl.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef CONTENT_BROWSER_POWER_USAGE_MONITOR_IMPL_H_
|
| #define CONTENT_BROWSER_POWER_USAGE_MONITOR_IMPL_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/containers/hash_tables.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/power_monitor/power_monitor.h"
|
| #include "base/time/time.h"
|
|
|