summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-05 21:47:40 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-05 21:47:40 +0000
commitcba81a7d6830877c3deaab58c5db70438aecfab7 (patch)
tree4c14ab9aecfabc7c0f3de4232597ccf7485a2119 /chrome/browser
parent34c9cb337c2d57700132e94e8acb1c37a599b187 (diff)
downloadchromium_src-cba81a7d6830877c3deaab58c5db70438aecfab7.zip
chromium_src-cba81a7d6830877c3deaab58c5db70438aecfab7.tar.gz
chromium_src-cba81a7d6830877c3deaab58c5db70438aecfab7.tar.bz2
Clean up inclusion of <map>, <set>, <vector> in chrome/browser/*.h.
BUG=none TEST=builds Review URL: http://codereview.chromium.org/2878081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/blocked_popup_container.h2
-rw-r--r--chrome/browser/browser_accessibility_win.h1
-rw-r--r--chrome/browser/browsing_data_local_storage_helper.h1
-rw-r--r--chrome/browser/bug_report_util.h1
-rw-r--r--chrome/browser/fav_icon_helper.cc4
-rw-r--r--chrome/browser/fav_icon_helper.h1
-rw-r--r--chrome/browser/icon_manager.h1
-rw-r--r--chrome/browser/io_thread.h2
-rw-r--r--chrome/browser/managed_prefs_banner_base.h1
-rw-r--r--chrome/browser/mock_browsing_data_appcache_helper.h2
-rw-r--r--chrome/browser/mock_browsing_data_database_helper.h1
-rw-r--r--chrome/browser/mock_browsing_data_local_storage_helper.h2
-rw-r--r--chrome/browser/plugin_service.h1
-rw-r--r--chrome/browser/plugin_updater.h3
-rw-r--r--chrome/browser/possible_url_model.h1
-rw-r--r--chrome/browser/profile_impl.h1
-rw-r--r--chrome/browser/profile_manager.h1
-rw-r--r--chrome/browser/wrench_menu_model.h3
18 files changed, 10 insertions, 19 deletions
diff --git a/chrome/browser/blocked_popup_container.h b/chrome/browser/blocked_popup_container.h
index 9714afd..dba2154 100644
--- a/chrome/browser/blocked_popup_container.h
+++ b/chrome/browser/blocked_popup_container.h
@@ -11,6 +11,8 @@
#define CHROME_BROWSER_BLOCKED_POPUP_CONTAINER_H_
#pragma once
+#include <vector>
+
#include "chrome/browser/tab_contents/tab_contents_delegate.h"
// Takes ownership of TabContents that are unrequested popup windows.
diff --git a/chrome/browser/browser_accessibility_win.h b/chrome/browser/browser_accessibility_win.h
index eb04c51..f66a6fb 100644
--- a/chrome/browser/browser_accessibility_win.h
+++ b/chrome/browser/browser_accessibility_win.h
@@ -10,6 +10,7 @@
#include <atlcom.h>
#include <oleacc.h>
+#include <map>
#include <vector>
#include "chrome/browser/browser_accessibility_manager_win.h"
diff --git a/chrome/browser/browsing_data_local_storage_helper.h b/chrome/browser/browsing_data_local_storage_helper.h
index 226bec5..bf09d08 100644
--- a/chrome/browser/browsing_data_local_storage_helper.h
+++ b/chrome/browser/browsing_data_local_storage_helper.h
@@ -7,6 +7,7 @@
#pragma once
#include <string>
+#include <vector>
#include "base/callback.h"
#include "base/file_path.h"
diff --git a/chrome/browser/bug_report_util.h b/chrome/browser/bug_report_util.h
index 5418272..d4ffd77 100644
--- a/chrome/browser/bug_report_util.h
+++ b/chrome/browser/bug_report_util.h
@@ -7,7 +7,6 @@
#pragma once
#include <string>
-#include <vector>
#include "base/basictypes.h"
#if defined(OS_MACOSX)
diff --git a/chrome/browser/fav_icon_helper.cc b/chrome/browser/fav_icon_helper.cc
index cfaae6d5..a6d2e1b 100644
--- a/chrome/browser/fav_icon_helper.cc
+++ b/chrome/browser/fav_icon_helper.cc
@@ -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,6 +6,8 @@
#include "build/build_config.h"
+#include <vector>
+
#include "base/callback.h"
#include "base/ref_counted_memory.h"
#include "chrome/browser/profile.h"
diff --git a/chrome/browser/fav_icon_helper.h b/chrome/browser/fav_icon_helper.h
index b47fd2b..e07dd5b 100644
--- a/chrome/browser/fav_icon_helper.h
+++ b/chrome/browser/fav_icon_helper.h
@@ -7,7 +7,6 @@
#pragma once
#include <map>
-#include <vector>
#include "base/basictypes.h"
#include "base/callback.h"
diff --git a/chrome/browser/icon_manager.h b/chrome/browser/icon_manager.h
index df569cb..b19c6eb 100644
--- a/chrome/browser/icon_manager.h
+++ b/chrome/browser/icon_manager.h
@@ -47,7 +47,6 @@
#pragma once
#include <map>
-#include <set>
#include <string>
#include "base/callback.h"
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 25df0d0..8ce6ecf 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -6,8 +6,6 @@
#define CHROME_BROWSER_IO_THREAD_H_
#pragma once
-#include <vector>
-
#include "base/basictypes.h"
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
diff --git a/chrome/browser/managed_prefs_banner_base.h b/chrome/browser/managed_prefs_banner_base.h
index 2bbc89c..78a24a4 100644
--- a/chrome/browser/managed_prefs_banner_base.h
+++ b/chrome/browser/managed_prefs_banner_base.h
@@ -6,7 +6,6 @@
#define CHROME_BROWSER_MANAGED_PREFS_BANNER_BASE_H_
#pragma once
-#include <set>
#include <string>
#include "base/basictypes.h"
diff --git a/chrome/browser/mock_browsing_data_appcache_helper.h b/chrome/browser/mock_browsing_data_appcache_helper.h
index 0e87482..c6119b8 100644
--- a/chrome/browser/mock_browsing_data_appcache_helper.h
+++ b/chrome/browser/mock_browsing_data_appcache_helper.h
@@ -6,8 +6,6 @@
#define CHROME_BROWSER_MOCK_BROWSING_DATA_APPCACHE_HELPER_H_
#pragma once
-#include <map>
-
#include "base/callback.h"
#include "chrome/browser/browsing_data_appcache_helper.h"
diff --git a/chrome/browser/mock_browsing_data_database_helper.h b/chrome/browser/mock_browsing_data_database_helper.h
index f89d2029..e925e0b 100644
--- a/chrome/browser/mock_browsing_data_database_helper.h
+++ b/chrome/browser/mock_browsing_data_database_helper.h
@@ -7,6 +7,7 @@
#pragma once
#include <map>
+#include <vector>
#include "base/callback.h"
diff --git a/chrome/browser/mock_browsing_data_local_storage_helper.h b/chrome/browser/mock_browsing_data_local_storage_helper.h
index eaafbeb..0dba0b1 100644
--- a/chrome/browser/mock_browsing_data_local_storage_helper.h
+++ b/chrome/browser/mock_browsing_data_local_storage_helper.h
@@ -7,9 +7,9 @@
#pragma once
#include <map>
+#include <vector>
#include "base/callback.h"
-
#include "chrome/browser/browsing_data_local_storage_helper.h"
// Mock for BrowsingDataLocalStorageHelper.
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h
index afce41d..6c9137a 100644
--- a/chrome/browser/plugin_service.h
+++ b/chrome/browser/plugin_service.h
@@ -10,7 +10,6 @@
#pragma once
#include <string>
-#include <vector>
#include "base/basictypes.h"
#include "base/file_path.h"
diff --git a/chrome/browser/plugin_updater.h b/chrome/browser/plugin_updater.h
index 4b9a421..f294ce4 100644
--- a/chrome/browser/plugin_updater.h
+++ b/chrome/browser/plugin_updater.h
@@ -6,9 +6,6 @@
#define CHROME_BROWSER_PLUGIN_UPDATER_H_
#pragma once
-#include <set>
-#include <vector>
-
#include "base/basictypes.h"
#include "base/file_path.h"
#include "base/linked_ptr.h"
diff --git a/chrome/browser/possible_url_model.h b/chrome/browser/possible_url_model.h
index fccb20e..d1afa8c 100644
--- a/chrome/browser/possible_url_model.h
+++ b/chrome/browser/possible_url_model.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_POSSIBLE_URL_MODEL_H_
#pragma once
+#include <map>
#include <string>
#include <vector>
diff --git a/chrome/browser/profile_impl.h b/chrome/browser/profile_impl.h
index e3de444..b61a7f7 100644
--- a/chrome/browser/profile_impl.h
+++ b/chrome/browser/profile_impl.h
@@ -8,7 +8,6 @@
#define CHROME_BROWSER_PROFILE_IMPL_H_
#pragma once
-#include <set>
#include <string>
#include "chrome/browser/profile.h"
diff --git a/chrome/browser/profile_manager.h b/chrome/browser/profile_manager.h
index 60ab311..ba28b78 100644
--- a/chrome/browser/profile_manager.h
+++ b/chrome/browser/profile_manager.h
@@ -8,7 +8,6 @@
#define CHROME_BROWSER_PROFILE_MANAGER_H__
#pragma once
-#include <map>
#include <string>
#include <vector>
diff --git a/chrome/browser/wrench_menu_model.h b/chrome/browser/wrench_menu_model.h
index 9962c62..911f333 100644
--- a/chrome/browser/wrench_menu_model.h
+++ b/chrome/browser/wrench_menu_model.h
@@ -6,9 +6,6 @@
#define CHROME_BROWSER_WRENCH_MENU_MODEL_H_
#pragma once
-#include <set>
-#include <vector>
-
#include "app/menus/button_menu_item_model.h"
#include "app/menus/simple_menu_model.h"
#include "base/ref_counted.h"