| Index: chrome/browser/profiles/profile_browsertest.cc
|
| diff --git a/chrome/browser/profiles/profile_browsertest.cc b/chrome/browser/profiles/profile_browsertest.cc
|
| index 6b96f6b3abccdea03f4ff2c7542e3b278e0e7a8e..6486b619b92fa1fd702c5a7c007cfe663137e7d6 100644
|
| --- a/chrome/browser/profiles/profile_browsertest.cc
|
| +++ b/chrome/browser/profiles/profile_browsertest.cc
|
| @@ -178,7 +178,7 @@ class ProfileBrowserTest : public InProcessBrowserTest {
|
| // Store the Profile's IO task runner so we can wind it down.
|
| profile_io_task_runner_ = profile->GetIOTaskRunner();
|
|
|
| - return profile.Pass();
|
| + return profile;
|
| }
|
|
|
| void FlushIoTaskRunnerAndSpinThreads() {
|
|
|