| Index: examples/wm_flow/wm/frame_controller.h
|
| diff --git a/examples/wm_flow/wm/frame_controller.h b/examples/wm_flow/wm/frame_controller.h
|
| index e251c76527a57a536b6a73683bd80732f1920c23..025b1c03ff95694bd438cbc02eb556cc53448f69 100644
|
| --- a/examples/wm_flow/wm/frame_controller.h
|
| +++ b/examples/wm_flow/wm/frame_controller.h
|
| @@ -36,7 +36,7 @@ class FrameController
|
| mojo::View* view,
|
| mojo::View** app_view,
|
| window_manager::WindowManagerApp* window_manager_app);
|
| - virtual ~FrameController();
|
| + ~FrameController() override;
|
|
|
| // mojo::InterfaceFactory<examples::WindowFrameHost> implementation.
|
| void Create(
|
|
|