| Index: services/ui/ws/display.h
|
| diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
|
| index 9bb0a468e751ba29cc4aa4c04dd5a583a27bfec1..35e17296d19bac05c4c884258fc911fe3e2b1809 100644
|
| --- a/services/ui/ws/display.h
|
| +++ b/services/ui/ws/display.h
|
| @@ -138,7 +138,7 @@ class Display : public PlatformDisplayDelegate,
|
|
|
| // mojom::WindowTreeHost:
|
| void SetSize(const gfx::Size& size) override;
|
| - void SetTitle(const mojo::String& title) override;
|
| + void SetTitle(const std::string& title) override;
|
|
|
| // Updates the size of display root ServerWindow and WM root ServerWindow(s).
|
| void OnViewportMetricsChanged(const display::ViewportMetrics& metrics);
|
|
|