summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 19:00:19 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 19:00:19 +0000
commit244924124002fb09afa5e6ccdb248f897848431b (patch)
treec2737631b52a3390bf33498eb58210749c12efb4 /chrome/common
parent16b527168c7fcdc36588379c3c30225493265689 (diff)
downloadchromium_src-244924124002fb09afa5e6ccdb248f897848431b.zip
chromium_src-244924124002fb09afa5e6ccdb248f897848431b.tar.gz
chromium_src-244924124002fb09afa5e6ccdb248f897848431b.tar.bz2
FBTF: Remove "obviously" unneeded standard C++ library #includes.
BUG=none TEST=builds Review URL: http://codereview.chromium.org/3179017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_plugin_lib.h2
-rw-r--r--chrome/common/extensions/extension_extent.h1
-rw-r--r--chrome/common/extensions/extension_file_util.h3
-rw-r--r--chrome/common/gpu_messages.h2
-rw-r--r--chrome/common/nacl_messages.h4
-rw-r--r--chrome/common/render_messages.h1
-rw-r--r--chrome/common/utility_messages.h3
-rw-r--r--chrome/common/zip.h4
8 files changed, 4 insertions, 16 deletions
diff --git a/chrome/common/chrome_plugin_lib.h b/chrome/common/chrome_plugin_lib.h
index 4a4906f..b8e447b 100644
--- a/chrome/common/chrome_plugin_lib.h
+++ b/chrome/common/chrome_plugin_lib.h
@@ -6,8 +6,6 @@
#define CHROME_COMMON_CHROME_PLUGIN_LIB_H_
#pragma once
-#include <string>
-
#include "base/basictypes.h"
#include "base/file_path.h"
#include "base/ref_counted.h"
diff --git a/chrome/common/extensions/extension_extent.h b/chrome/common/extensions/extension_extent.h
index 3fc5469..bb66e1b 100644
--- a/chrome/common/extensions/extension_extent.h
+++ b/chrome/common/extensions/extension_extent.h
@@ -6,7 +6,6 @@
#define CHROME_COMMON_EXTENSIONS_EXTENSION_EXTENT_H_
#pragma once
-#include <string>
#include <vector>
#include "chrome/common/extensions/url_pattern.h"
diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h
index 82c08f4..cfa69cc 100644
--- a/chrome/common/extensions/extension_file_util.h
+++ b/chrome/common/extensions/extension_file_util.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -6,7 +6,6 @@
#define CHROME_COMMON_EXTENSIONS_EXTENSION_FILE_UTIL_H_
#pragma once
-#include <set>
#include <string>
#include "base/file_path.h"
diff --git a/chrome/common/gpu_messages.h b/chrome/common/gpu_messages.h
index 1ff1741..ef143f8 100644
--- a/chrome/common/gpu_messages.h
+++ b/chrome/common/gpu_messages.h
@@ -6,8 +6,6 @@
#define CHROME_COMMON_GPU_MESSAGES_H_
#pragma once
-#include <vector>
-
#include "base/basictypes.h"
#include "base/process.h"
#include "chrome/common/common_param_traits.h"
diff --git a/chrome/common/nacl_messages.h b/chrome/common/nacl_messages.h
index 43c20c0..11abf19 100644
--- a/chrome/common/nacl_messages.h
+++ b/chrome/common/nacl_messages.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -8,8 +8,6 @@
#define CHROME_COMMON_NACL_MESSAGES_H_
#pragma once
-#include <string>
-
#include "base/basictypes.h"
#include "ipc/ipc_message_utils.h"
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 537c318..d7d8547 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -6,7 +6,6 @@
#define CHROME_COMMON_RENDER_MESSAGES_H_
#pragma once
-#include <map>
#include <string>
#include <vector>
diff --git a/chrome/common/utility_messages.h b/chrome/common/utility_messages.h
index d5ebe4d..03e0d0a 100644
--- a/chrome/common/utility_messages.h
+++ b/chrome/common/utility_messages.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -7,7 +7,6 @@
#pragma once
#include <string>
-#include <vector>
#include "base/basictypes.h"
#include "base/file_path.h"
diff --git a/chrome/common/zip.h b/chrome/common/zip.h
index 1fbb9e3..eaec297 100644
--- a/chrome/common/zip.h
+++ b/chrome/common/zip.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -6,8 +6,6 @@
#define CHROME_COMMON_ZIP_H_
#pragma once
-#include <vector>
-
#include "base/file_path.h"
// Zip the contents of src_dir into dest_file. src_path must be a directory.