Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index a91d6d3df7f4fb0b0c5b20b11345b146c9eb5837..dfab14ffe9e726c168529934e2526c73f00c71b5 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -68,7 +68,7 @@ |
#elif defined(OS_MACOSX) |
#include "base/mac/scoped_nsautorelease_pool.h" |
#if !defined(OS_IOS) |
-#include "base/power_monitor/power_monitor.h" |
+#include "base/power_monitor/power_monitor_device_source.h" |
#include "content/browser/mach_broker_mac.h" |
#include "content/common/sandbox_init_mac.h" |
#endif // !OS_IOS |
@@ -665,7 +665,7 @@ class ContentMainRunnerImpl : public ContentMainRunner { |
process_type == switches::kWorkerProcess || |
(delegate && |
delegate->ProcessRegistersWithSystemProcess(process_type))) { |
- base::PowerMonitor::AllocateSystemIOPorts(); |
+ base::PowerMonitorDeviceSource::AllocateSystemIOPorts(); |
} |
if (!process_type.empty() && |