| Index: ash/mus/bridge/wm_shelf_mus.cc
|
| diff --git a/ash/mus/bridge/wm_shelf_mus.cc b/ash/mus/bridge/wm_shelf_mus.cc
|
| index c7dad5ae23d6e2133081422cf666de31a3888b2e..900f66313061a0aa6eca90a88d879d9ec21be9fc 100644
|
| --- a/ash/mus/bridge/wm_shelf_mus.cc
|
| +++ b/ash/mus/bridge/wm_shelf_mus.cc
|
| @@ -142,5 +142,10 @@ ShelfLockingManager* WmShelfMus::GetShelfLockingManagerForTesting() {
|
| return nullptr;
|
| }
|
|
|
| +ShelfView* WmShelfMus::GetShelfViewForTesting() {
|
| + NOTIMPLEMENTED();
|
| + return nullptr;
|
| +}
|
| +
|
| } // namespace mus
|
| } // namespace ash
|
|
|