Index: ash/mus/bridge/wm_window_mus.h |
diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h |
index 3b48caf11ee2ffeec9bd09b970c7b22d0981fa32..ec246c6396be5bcecad393a841d827c1a9e36c33 100644 |
--- a/ash/mus/bridge/wm_window_mus.h |
+++ b/ash/mus/bridge/wm_window_mus.h |
@@ -105,6 +105,7 @@ class WmWindowMus : public WmWindow, public ::ui::WindowObserver { |
WmRootWindowController* GetRootWindowController() override; |
WmShell* GetShell() const override; |
void SetName(const char* name) override; |
+ std::string GetName() const override; |
base::string16 GetTitle() const override; |
void SetShellWindowId(int id) override; |
int GetShellWindowId() const override; |