Fix cpplint warnings.

This commit is contained in:
Cheng Zhao 2014-07-18 09:17:17 +08:00
parent 66aea0c3e8
commit 9c9e0d92f4
2 changed files with 15 additions and 15 deletions

View file

@ -24,7 +24,7 @@ class MenuBar;
class MenuDelegate : public views::MenuDelegate { class MenuDelegate : public views::MenuDelegate {
public: public:
MenuDelegate(MenuBar* menu_bar); explicit MenuDelegate(MenuBar* menu_bar);
virtual ~MenuDelegate(); virtual ~MenuDelegate();
void RunMenu(ui::MenuModel* model, views::MenuButton* button); void RunMenu(ui::MenuModel* model, views::MenuButton* button);

View file

@ -1,14 +1,14 @@
// Copyright (c) 2014 GitHub, Inc. All rights reserved. // Copyright (c) 2014 GitHub, Inc. All rights reserved.
// Use of this source code is governed by the MIT license that can be // Use of this source code is governed by the MIT license that can be
// found in the LICENSE file. // found in the LICENSE file.
// This file is generated by script/bootstrap.py, you should never modify it // This file is generated by script/bootstrap.py, you should never modify it
// by hand. // by hand.
#ifndef ATOM_COMMON_CHROME_VERSION_H_ #ifndef ATOM_COMMON_CHROME_VERSION_H_
#define ATOM_COMMON_CHROME_VERSION_H_ #define ATOM_COMMON_CHROME_VERSION_H_
#define CHROME_VERSION_STRING "35.0.1916.153" #define CHROME_VERSION_STRING "35.0.1916.153"
#define CHROME_VERSION "v" CHROME_VERSION_STRING #define CHROME_VERSION "v" CHROME_VERSION_STRING
#endif // ATOM_COMMON_CHROME_VERSION_H_ #endif // ATOM_COMMON_CHROME_VERSION_H_