| Index: ash/wm/dialog_frame_view.h
|
| diff --git a/ash/wm/dialog_frame_view.h b/ash/wm/dialog_frame_view.h
|
| index 207e793cdf6e7f4504f18660729aa2ce10b327cf..167b9cf4637a2d98838d6f644b81eb9871830e80 100644
|
| --- a/ash/wm/dialog_frame_view.h
|
| +++ b/ash/wm/dialog_frame_view.h
|
| @@ -38,6 +38,7 @@ class DialogFrameView : public views::NonClientFrameView,
|
| gfx::Path* window_mask) OVERRIDE;
|
| virtual void ResetWindowControls() OVERRIDE;
|
| virtual void UpdateWindowIcon() OVERRIDE;
|
| + virtual void UpdateWindowTitle() OVERRIDE;
|
|
|
| // Overridden from View:
|
| virtual std::string GetClassName() const OVERRIDE;
|
|
|