| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index abd73fd81274b10a2be18500351fd119b2517f52..9ea890c6c1944fb3ae61978d844fc16d25097d30 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -177,7 +177,7 @@ class ASH_EXPORT WmShell {
|
| return window_selector_controller_.get();
|
| }
|
|
|
| - // Returns true when ash is running in its own mojo application/service.
|
| + // Returns true when ash is running as a shell::Service.
|
| virtual bool IsRunningInMash() const = 0;
|
|
|
| virtual WmWindow* NewWindow(ui::wm::WindowType window_type,
|
|
|