| Index: ash/system/toast/toast_manager_unittest.cc
|
| diff --git a/ash/system/toast/toast_manager_unittest.cc b/ash/system/toast/toast_manager_unittest.cc
|
| index 99d4ad0b2b92e1ac14614216654f5f00d8cf6839..a605e11a7ffb767fc9bef3dae52945e851d85a7f 100644
|
| --- a/ash/system/toast/toast_manager_unittest.cc
|
| +++ b/ash/system/toast/toast_manager_unittest.cc
|
| @@ -153,7 +153,7 @@ TEST_F(ToastManagerTest, PositionWithVisibleBottomShelf) {
|
| }
|
|
|
| TEST_F(ToastManagerTest, PositionWithAutoHiddenBottomShelf) {
|
| - scoped_ptr<aura::Window> window(
|
| + std::unique_ptr<aura::Window> window(
|
| CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4)));
|
|
|
| ShelfLayoutManager* shelf =
|
|
|