| Index: chrome/browser/ui/app_list/app_list_shower_views_unittest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_shower_views_unittest.cc b/chrome/browser/ui/app_list/app_list_shower_views_unittest.cc
|
| index aa779fbb63eefd3b0db612caf14c0bffe63e282c..42c8f0fee7b51a3cfb155616e162d37487905743 100644
|
| --- a/chrome/browser/ui/app_list/app_list_shower_views_unittest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_shower_views_unittest.cc
|
| @@ -64,8 +64,8 @@ class AppListShowerUnitTest : public testing::Test,
|
|
|
| void SetUp() override {
|
| shower_.reset(new FakeAppListShower(this));
|
| - profile1_ = CreateProfile("p1").Pass();
|
| - profile2_ = CreateProfile("p2").Pass();
|
| + profile1_ = CreateProfile("p1");
|
| + profile2_ = CreateProfile("p2");
|
| }
|
|
|
| void TearDown() override {}
|
|
|