| Index: ash/aura/shell_port_classic.h
|
| diff --git a/ash/aura/shell_port_classic.h b/ash/aura/shell_port_classic.h
|
| index ba4eebe1a200f424cc03abbf27178c951b178a99..a97f9a612948c7d88fc7708c57707636a661e84b 100644
|
| --- a/ash/aura/shell_port_classic.h
|
| +++ b/ash/aura/shell_port_classic.h
|
| @@ -35,7 +35,7 @@ class ASH_EXPORT ShellPortClassic : public ShellPort,
|
| // ShellPort:
|
| void Shutdown() override;
|
| Config GetAshConfig() const override;
|
| - WmWindow* GetPrimaryRootWindow() override;
|
| + aura::Window* GetPrimaryRootWindow() override;
|
| WmWindow* GetRootWindowForDisplayId(int64_t display_id) override;
|
| const display::ManagedDisplayInfo& GetDisplayInfo(
|
| int64_t display_id) const override;
|
|
|