From 833190e8fa23e8b4e0db095328e0e87e252bdd90 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 21 Aug 2013 21:36:16 +0800 Subject: [PATCH] :lipstick: for cpplint. --- browser/ui/win/native_menu_win.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/browser/ui/win/native_menu_win.h b/browser/ui/win/native_menu_win.h index f105d6e0079a..078bfac84d90 100644 --- a/browser/ui/win/native_menu_win.h +++ b/browser/ui/win/native_menu_win.h @@ -47,14 +47,14 @@ class NativeMenuWin { virtual ~NativeMenuWin(); void RunMenuAt(const gfx::Point& point, int alignment); - void CancelMenu() ; - void Rebuild(views::MenuInsertionDelegateWin* delegate) ; - void UpdateStates() ; - HMENU GetNativeMenu() const ; - MenuAction GetMenuAction() const ; - void AddMenuListener(views::MenuListener* listener) ; - void RemoveMenuListener(views::MenuListener* listener) ; - void SetMinimumWidth(int width) ; + void CancelMenu(); + void Rebuild(views::MenuInsertionDelegateWin* delegate); + void UpdateStates(); + HMENU GetNativeMenu() const; + MenuAction GetMenuAction() const; + void AddMenuListener(views::MenuListener* listener); + void RemoveMenuListener(views::MenuListener* listener); + void SetMinimumWidth(int width); // Flag to create a window menu instead of popup menu. void set_create_as_window_menu(bool flag) { create_as_window_menu_ = flag; }