| Index: ash/shelf/shelf_model.h
|
| diff --git a/ash/shelf/shelf_model.h b/ash/shelf/shelf_model.h
|
| index 01ab2a924accacceb25c5bf9725200f705a2c7ec..1f29124dd158dab318ebe5d49a1040f91b3ed136 100644
|
| --- a/ash/shelf/shelf_model.h
|
| +++ b/ash/shelf/shelf_model.h
|
| @@ -74,7 +74,7 @@ class ASH_EXPORT ShelfModel {
|
| const ShelfItems& items() const { return items_; }
|
| int item_count() const { return static_cast<int>(items_.size()); }
|
|
|
| - void SetStatus(Status status);
|
| + void set_status(Status status) { status_ = status; }
|
| Status status() const { return status_; }
|
|
|
| void AddObserver(ShelfModelObserver* observer);
|
|
|