| Index: mash/wm/container_ids.h
|
| diff --git a/mash/wm/container_ids.h b/mash/wm/container_ids.h
|
| index 985d5a6bf62528581a6d4d97e183c7eaf1072b0c..7d889d283c05c5eea68bf6ed9410c6940f15c6dc 100644
|
| --- a/mash/wm/container_ids.h
|
| +++ b/mash/wm/container_ids.h
|
| @@ -24,7 +24,7 @@ extern const ash::mojom::Container kActivationContainers[];
|
| // Number of kActivationContainers.
|
| extern const size_t kNumActivationContainers;
|
|
|
| -// Converts window ids between ash (ash/common/wm/wm_shell_window_ids.h) and
|
| +// Converts window ids between ash (ash/common/shell_window_ids.h) and
|
| // mash.
|
| ash::mojom::Container AshContainerToMashContainer(int shell_window_id);
|
| int MashContainerToAshContainer(ash::mojom::Container container);
|
|
|