summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-04 18:04:37 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-04 18:04:37 +0000
commit2edc286744f23ada9325f8e8fb4c8967a20842e9 (patch)
treecf9d551b64d3a84ba616182f93fa80cef07ad218 /chrome/common
parent55801ac3a9d6ea284fa27350ffa59e39197f3aca (diff)
downloadchromium_src-2edc286744f23ada9325f8e8fb4c8967a20842e9.zip
chromium_src-2edc286744f23ada9325f8e8fb4c8967a20842e9.tar.gz
chromium_src-2edc286744f23ada9325f8e8fb4c8967a20842e9.tar.bz2
iwyu: Cleanup in the following files:
* at_exit.cc * atomicops.h * base_paths.h * bzip2_error_handler.cc * callback_internal.h * command_line.cc * cpu.cc * environment.h * event_recorder.cc * file_descriptor_shuffle.cc * file_path.cc BUG=none TEST=none Review URL: http://codereview.chromium.org/6759017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80340 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/switch_utils.cc3
-rw-r--r--chrome/common/switch_utils_unittest.cc3
2 files changed, 4 insertions, 2 deletions
diff --git a/chrome/common/switch_utils.cc b/chrome/common/switch_utils.cc
index b6acf643..e704d15 100644
--- a/chrome/common/switch_utils.cc
+++ b/chrome/common/switch_utils.cc
@@ -1,9 +1,10 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/common/switch_utils.h"
+#include "base/basictypes.h"
#include "chrome/common/chrome_switches.h"
namespace switches {
diff --git a/chrome/common/switch_utils_unittest.cc b/chrome/common/switch_utils_unittest.cc
index 46a17d6..528030e 100644
--- a/chrome/common/switch_utils_unittest.cc
+++ b/chrome/common/switch_utils_unittest.cc
@@ -1,9 +1,10 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/common/switch_utils.h"
+#include "base/basictypes.h"
#include "base/command_line.h"
#include "testing/gtest/include/gtest/gtest.h"