| Index: ash/shelf/shelf_view_unittest.cc
|
| diff --git a/ash/shelf/shelf_view_unittest.cc b/ash/shelf/shelf_view_unittest.cc
|
| index d3e2b1d2e6b9edb35ccfb9eb941b4d4e81dccb81..ea386d78e08e3f122c7006819bb6aa8e75d3db26 100644
|
| --- a/ash/shelf/shelf_view_unittest.cc
|
| +++ b/ash/shelf/shelf_view_unittest.cc
|
| @@ -247,6 +247,11 @@ class TestShelfDelegateForShelfView : public ShelfDelegate {
|
| model_->RemoveItemAt(index);
|
| }
|
|
|
| + virtual bool CanUserModifyShelfAutoHideBehavior(
|
| + aura::Window* root_window) const OVERRIDE {
|
| + return true;
|
| + }
|
| +
|
| private:
|
| ShelfModel* model_;
|
|
|
|
|