Index: shell/task_runners.cc |
diff --git a/shell/task_runners.cc b/shell/task_runners.cc |
index ae6ecc6752a80efc5ac314c33c0eb638d735f155..f72de083223da7895894d244e3c5d9297c0918fd 100644 |
--- a/shell/task_runners.cc |
+++ b/shell/task_runners.cc |
@@ -17,7 +17,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 |