| Index: ash/frame/custom_frame_view_ash_unittest.cc
|
| diff --git a/ash/frame/custom_frame_view_ash_unittest.cc b/ash/frame/custom_frame_view_ash_unittest.cc
|
| index ab3656eb904ad16ea526be3501b466ec64542746..3d227f3877fe1f76f0034f48b47bc2220b245fb6 100644
|
| --- a/ash/frame/custom_frame_view_ash_unittest.cc
|
| +++ b/ash/frame/custom_frame_view_ash_unittest.cc
|
| @@ -108,7 +108,7 @@ class CustomFrameViewAshTest : public test::AshTestBase {
|
| params.bounds = gfx::Rect(0, 0, 100, 100);
|
| params.context = CurrentContext();
|
| widget->Init(params);
|
| - return widget.Pass();
|
| + return widget;
|
| }
|
|
|
| test::TestSessionStateDelegate* GetTestSessionStateDelegate() {
|
|
|