| Index: ash/shelf/shelf_widget.h
|
| diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
|
| index 9872705ef90229d6d9feb0795f9fbfb1a90b769d..ddaa2bc5a653b78afab34f9fe83a16aab4da288e 100644
|
| --- a/ash/shelf/shelf_widget.h
|
| +++ b/ash/shelf/shelf_widget.h
|
| @@ -32,12 +32,11 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
|
| WorkspaceController* workspace_controller);
|
| ~ShelfWidget() override;
|
|
|
| - // Returns if shelf alignment option is enabled, and the user is able
|
| - // to adjust the alignment (guest and supervised mode users cannot for
|
| - // example).
|
| + // Returns if shelf alignment option is enabled, and the user is able to
|
| + // adjust the alignment (guest and supervised mode users cannot for example).
|
| static bool ShelfAlignmentAllowed();
|
|
|
| - void SetAlignment(ShelfAlignment alignmnet);
|
| + void OnShelfAlignmentChanged();
|
| ShelfAlignment GetAlignment() const;
|
|
|
| // Sets the shelf's background type.
|
|
|