Index: content/child/child_thread.cc |
diff --git a/content/child/child_thread.cc b/content/child/child_thread.cc |
index e8d6591ae75fe364d20cb4ce8b6b966e638c735b..505acd3742c717beb6ea1e86f869886be8146ee4 100644 |
--- a/content/child/child_thread.cc |
+++ b/content/child/child_thread.cc |
@@ -315,7 +315,7 @@ void ChildThread::Init(const Options& options) { |
channel_->AddFilter(power_monitor_source->GetMessageFilter()); |
power_monitor_.reset(new base::PowerMonitor( |
- power_monitor_source.PassAs<base::PowerMonitorSource>())); |
+ power_monitor_source.Pass())); |
} |
#if defined(OS_POSIX) |