summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/aura/overscroll_window_animation_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/web_contents/aura/overscroll_window_animation_unittest.cc')
-rw-r--r--content/browser/web_contents/aura/overscroll_window_animation_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/web_contents/aura/overscroll_window_animation_unittest.cc b/content/browser/web_contents/aura/overscroll_window_animation_unittest.cc
index 5f09797..a34c41b 100644
--- a/content/browser/web_contents/aura/overscroll_window_animation_unittest.cc
+++ b/content/browser/web_contents/aura/overscroll_window_animation_unittest.cc
@@ -94,7 +94,7 @@ class OverscrollWindowAnimationTest
scoped_ptr<aura::Window> window(
CreateNormalWindow(++last_window_id_, root_window(), nullptr));
window->SetBounds(bounds);
- return window.Pass();
+ return window;
}
return nullptr;
}