From cba81a7d6830877c3deaab58c5db70438aecfab7 Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Thu, 5 Aug 2010 21:47:40 +0000 Subject: Clean up inclusion of , , 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 --- chrome/browser/blocked_popup_container.h | 2 ++ chrome/browser/browser_accessibility_win.h | 1 + chrome/browser/browsing_data_local_storage_helper.h | 1 + chrome/browser/bug_report_util.h | 1 - chrome/browser/fav_icon_helper.cc | 4 +++- chrome/browser/fav_icon_helper.h | 1 - chrome/browser/icon_manager.h | 1 - chrome/browser/io_thread.h | 2 -- chrome/browser/managed_prefs_banner_base.h | 1 - chrome/browser/mock_browsing_data_appcache_helper.h | 2 -- chrome/browser/mock_browsing_data_database_helper.h | 1 + chrome/browser/mock_browsing_data_local_storage_helper.h | 2 +- chrome/browser/plugin_service.h | 1 - chrome/browser/plugin_updater.h | 3 --- chrome/browser/possible_url_model.h | 1 + chrome/browser/profile_impl.h | 1 - chrome/browser/profile_manager.h | 1 - chrome/browser/wrench_menu_model.h | 3 --- 18 files changed, 10 insertions(+), 19 deletions(-) (limited to 'chrome/browser') 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 + #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 #include +#include #include #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 +#include #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 -#include #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 + #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 -#include #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 -#include #include #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 - #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 #include #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 - #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 +#include #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 +#include #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 -#include #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 -#include - #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 #include #include 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 #include #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 #include #include 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 -#include - #include "app/menus/button_menu_item_model.h" #include "app/menus/simple_menu_model.h" #include "base/ref_counted.h" -- cgit v1.1