From d31ebb71db5d4b2c6be22f32f79f0952cb7b0dd3 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 5 Aug 2014 08:46:06 +0800 Subject: [PATCH] Fix cpplint warnings. --- atom/common/chrome_version.h | 28 +++++++++---------- .../accelerator_converter.cc | 2 ++ 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/atom/common/chrome_version.h b/atom/common/chrome_version.h index 262d56b6d10f..a8f70f3ce009 100644 --- a/atom/common/chrome_version.h +++ b/atom/common/chrome_version.h @@ -1,14 +1,14 @@ -// Copyright (c) 2014 GitHub, Inc. All rights reserved. -// Use of this source code is governed by the MIT license that can be -// found in the LICENSE file. - -// This file is generated by script/bootstrap.py, you should never modify it -// by hand. - -#ifndef ATOM_COMMON_CHROME_VERSION_H_ -#define ATOM_COMMON_CHROME_VERSION_H_ - -#define CHROME_VERSION_STRING "36.0.1985.125" -#define CHROME_VERSION "v" CHROME_VERSION_STRING - -#endif // ATOM_COMMON_CHROME_VERSION_H_ +// Copyright (c) 2014 GitHub, Inc. All rights reserved. +// Use of this source code is governed by the MIT license that can be +// found in the LICENSE file. + +// This file is generated by script/bootstrap.py, you should never modify it +// by hand. + +#ifndef ATOM_COMMON_CHROME_VERSION_H_ +#define ATOM_COMMON_CHROME_VERSION_H_ + +#define CHROME_VERSION_STRING "36.0.1985.125" +#define CHROME_VERSION "v" CHROME_VERSION_STRING + +#endif // ATOM_COMMON_CHROME_VERSION_H_ diff --git a/atom/common/native_mate_converters/accelerator_converter.cc b/atom/common/native_mate_converters/accelerator_converter.cc index e860dc141342..723a10bb24ec 100644 --- a/atom/common/native_mate_converters/accelerator_converter.cc +++ b/atom/common/native_mate_converters/accelerator_converter.cc @@ -4,6 +4,8 @@ #include "atom/common/native_mate_converters/accelerator_converter.h" +#include + #include "atom/browser/ui/accelerator_util.h" namespace mate {