Some coding style fixes
This commit is contained in:
parent
8a736abac7
commit
ff26c3c16f
3 changed files with 30 additions and 14 deletions
|
@ -21,7 +21,8 @@ class MenuViews : public Menu {
|
|||
virtual void PopupAt(Window* window, int x, int y) OVERRIDE;
|
||||
|
||||
private:
|
||||
void PopupAtPoint(Window* window, gfx::Point point);
|
||||
void PopupAtPoint(Window* window, const gfx::Point& point);
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(MenuViews);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue