| Index: ui/gfx/win/singleton_hwnd.h
|
| diff --git a/ui/gfx/win/singleton_hwnd.h b/ui/gfx/win/singleton_hwnd.h
|
| index 50fb9fd9df9e0d36187cbcfdbb5cc385c6588641..631da256d3a312d51b4ecec29bb8ffc081cddb85 100644
|
| --- a/ui/gfx/win/singleton_hwnd.h
|
| +++ b/ui/gfx/win/singleton_hwnd.h
|
| @@ -42,7 +42,7 @@ class GFX_EXPORT SingletonHwnd : public WindowImpl {
|
| WPARAM wparam,
|
| LPARAM lparam,
|
| LRESULT& result,
|
| - DWORD msg_map_id) OVERRIDE;
|
| + DWORD msg_map_id) override;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<SingletonHwnd>;
|
|
|