| Index: ash/mus/root_window_controller.h
|
| diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h
|
| index cb6299e99d37548a38f332cb7d07d72e5c82e290..cd5494d382317acc83b1baa4c5a838958bcd7d7a 100644
|
| --- a/ash/mus/root_window_controller.h
|
| +++ b/ash/mus/root_window_controller.h
|
| @@ -26,7 +26,7 @@ class Connector;
|
|
|
| namespace ash {
|
|
|
| -class WmWindowAura;
|
| +class WmWindow;
|
|
|
| namespace mus {
|
|
|
| @@ -62,7 +62,7 @@ class RootWindowController {
|
| ui::mojom::WindowType window_type,
|
| std::map<std::string, std::vector<uint8_t>>* properties);
|
|
|
| - ash::WmWindowAura* GetWindowByShellWindowId(int id);
|
| + WmWindow* GetWindowByShellWindowId(int id);
|
|
|
| void SetWorkAreaInests(const gfx::Insets& insets);
|
| void SetDisplay(const display::Display& display);
|
|
|