Index: mojo/runner/task_runners.cc |
diff --git a/mojo/runner/task_runners.cc b/mojo/runner/task_runners.cc |
index c69f7c48867eee036e98b50c618f943d9eaff24a..306cab6a71b5122028a948e6d2ffa2fd7ad761d7 100644 |
--- a/mojo/runner/task_runners.cc |
+++ b/mojo/runner/task_runners.cc |
@@ -18,7 +18,7 @@ scoped_ptr<base::Thread> CreateIOThread(const char* name) { |
base::Thread::Options options; |
options.message_loop_type = base::MessageLoop::TYPE_IO; |
thread->StartWithOptions(options); |
- return thread.Pass(); |
+ return thread; |
} |
} // namespace |