| Index: ash/public/interfaces/shelf.mojom
|
| diff --git a/ash/public/interfaces/shelf.mojom b/ash/public/interfaces/shelf.mojom
|
| index aaf9966f0e68f1a88f46f9164a8e1b4524219272..faaeddf3bd8ad28e5bbcba7b651b02694db0fd8c 100644
|
| --- a/ash/public/interfaces/shelf.mojom
|
| +++ b/ash/public/interfaces/shelf.mojom
|
| @@ -61,7 +61,7 @@ interface ShelfController {
|
| // Observers are immediately notified of the current shelf states when added.
|
| AddObserver(associated ShelfObserver observer);
|
|
|
| - // Set the shelf alignment and auto-hide behavior. See WmShelf for details.
|
| + // Set the shelf alignment and auto-hide behavior. See Shelf for details.
|
| SetAlignment(ShelfAlignment alignment, int64 display_id);
|
| SetAutoHideBehavior(ShelfAutoHideBehavior auto_hide, int64 display_id);
|
|
|
|
|