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