Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index 5bbdb9b35d81c001374fa3b495ae5430bc16224a..d675347e2a9b611de7be17e27a7db57fbc388e1c 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -66,7 +66,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 |
@@ -657,7 +657,7 @@ class ContentMainRunnerImpl : public ContentMainRunner { |
process_type == switches::kWorkerProcess || |
(delegate && |
delegate->ProcessRegistersWithSystemProcess(process_type))) { |
- base::PowerMonitor::AllocateSystemIOPorts(); |
+ base::PowerMonitorDeviceSource::AllocateSystemIOPorts(); |
} |
if (!process_type.empty() && |