| Index: ash/shell/shelf_delegate_impl.h
 | 
| diff --git a/ash/shell/shelf_delegate_impl.h b/ash/shell/shelf_delegate_impl.h
 | 
| index b80021ba50e12f054bd66e11b5814bbef98d43a2..6691b1e3d859b153b566147c56c3cde668f95e8b 100644
 | 
| --- a/ash/shell/shelf_delegate_impl.h
 | 
| +++ b/ash/shell/shelf_delegate_impl.h
 | 
| @@ -20,6 +20,8 @@ class ShelfDelegateImpl : public ShelfDelegate {
 | 
|    // ShelfDelegate overrides:
 | 
|    void OnShelfCreated(Shelf* shelf) override;
 | 
|    void OnShelfDestroyed(Shelf* shelf) override;
 | 
| +  void OnShelfAlignmentChanged(Shelf* shelf) override;
 | 
| +  void OnShelfAutoHideBehaviorChanged(Shelf* shelf) override;
 | 
|    ShelfID GetShelfIDForAppID(const std::string& app_id) override;
 | 
|    bool HasShelfIDToAppIDMapping(ShelfID id) const override;
 | 
|    const std::string& GetAppIDForShelfID(ShelfID id) override;
 | 
| 
 |