summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-07 07:24:21 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-07 07:24:21 +0000
commitbd7e704434f5bcc171c77d1f12e22362e20cab0f (patch)
tree3b7b117446ff51a62101dafe499c95a693486f15 /chrome/browser
parent049bdd3b82c88ebc5dbfcfa6b80cb8d16b7d2d5e (diff)
downloadchromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.zip
chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.tar.gz
chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.tar.bz2
FBTF: Remove unneeded headers from base/ (part 5)
BUG=none TEST=none Review URL: http://codereview.chromium.org/3041049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/browser_browsertest.cc2
-rw-r--r--chrome/browser/chromeos/dom_ui/labs_handler.cc1
-rw-r--r--chrome/browser/chromeos/dom_ui/proxy_handler.cc1
-rw-r--r--chrome/browser/chromeos/dom_ui/system_options_handler.cc1
-rw-r--r--chrome/browser/cocoa/cookie_prompt_window_controller.mm1
-rw-r--r--chrome/browser/cocoa/cookies_window_controller.mm1
-rw-r--r--chrome/browser/cocoa/location_bar/location_bar_view_mac.mm1
-rw-r--r--chrome/browser/cocoa/page_info_window_mac.mm1
-rw-r--r--chrome/browser/cookies_tree_model.cc1
-rw-r--r--chrome/browser/dom_ui/app_launcher_handler.cc1
-rw-r--r--chrome/browser/dom_ui/options_ui.cc1
-rw-r--r--chrome/browser/dom_ui/sync_options_handler.cc1
-rw-r--r--chrome/browser/metrics/metrics_log.cc1
-rw-r--r--chrome/browser/safe_browsing/protocol_manager.cc2
-rw-r--r--chrome/browser/ssl/ssl_policy.cc1
-rw-r--r--chrome/browser/sync/engine/syncer_unittest.cc2
-rw-r--r--chrome/browser/sync/syncable/syncable_unittest.cc1
-rw-r--r--chrome/browser/views/cookie_prompt_view.cc1
-rw-r--r--chrome/browser/views/local_storage_set_item_info_view.cc2
-rw-r--r--chrome/browser/views/location_bar/selected_keyword_view.cc1
-rw-r--r--chrome/browser/views/options/cookies_view.cc1
21 files changed, 4 insertions, 21 deletions
diff --git a/chrome/browser/browser_browsertest.cc b/chrome/browser/browser_browsertest.cc
index cd7d495..3a548ac 100644
--- a/chrome/browser/browser_browsertest.cc
+++ b/chrome/browser/browser_browsertest.cc
@@ -6,7 +6,9 @@
#include "app/l10n_util.h"
#include "base/compiler_specific.h"
+#if defined(OS_WIN)
#include "base/i18n/rtl.h"
+#endif
#include "base/file_path.h"
#include "base/sys_info.h"
#include "base/utf_string_conversions.h"
diff --git a/chrome/browser/chromeos/dom_ui/labs_handler.cc b/chrome/browser/chromeos/dom_ui/labs_handler.cc
index 007d673..915941f 100644
--- a/chrome/browser/chromeos/dom_ui/labs_handler.cc
+++ b/chrome/browser/chromeos/dom_ui/labs_handler.cc
@@ -7,7 +7,6 @@
#include "app/l10n_util.h"
#include "base/basictypes.h"
#include "base/callback.h"
-#include "base/i18n/time_formatting.h"
#include "base/stl_util-inl.h"
#include "base/time.h"
#include "base/utf_string_conversions.h"
diff --git a/chrome/browser/chromeos/dom_ui/proxy_handler.cc b/chrome/browser/chromeos/dom_ui/proxy_handler.cc
index 36e592b..3d4a722 100644
--- a/chrome/browser/chromeos/dom_ui/proxy_handler.cc
+++ b/chrome/browser/chromeos/dom_ui/proxy_handler.cc
@@ -8,7 +8,6 @@
#include "app/resource_bundle.h"
#include "base/basictypes.h"
#include "base/callback.h"
-#include "base/i18n/time_formatting.h"
#include "base/stl_util-inl.h"
#include "base/time.h"
#include "base/utf_string_conversions.h"
diff --git a/chrome/browser/chromeos/dom_ui/system_options_handler.cc b/chrome/browser/chromeos/dom_ui/system_options_handler.cc
index fdabd76..5229865 100644
--- a/chrome/browser/chromeos/dom_ui/system_options_handler.cc
+++ b/chrome/browser/chromeos/dom_ui/system_options_handler.cc
@@ -7,7 +7,6 @@
#include "app/l10n_util.h"
#include "base/basictypes.h"
#include "base/callback.h"
-#include "base/i18n/time_formatting.h"
#include "base/stl_util-inl.h"
#include "base/time.h"
#include "base/utf_string_conversions.h"
diff --git a/chrome/browser/cocoa/cookie_prompt_window_controller.mm b/chrome/browser/cocoa/cookie_prompt_window_controller.mm
index 84aa661..345aefb 100644
--- a/chrome/browser/cocoa/cookie_prompt_window_controller.mm
+++ b/chrome/browser/cocoa/cookie_prompt_window_controller.mm
@@ -9,7 +9,6 @@
#include "app/l10n_util_mac.h"
#include "app/resource_bundle.h"
-#import "base/i18n/time_formatting.h"
#import "base/mac_util.h"
#include "base/sys_string_conversions.h"
#import "chrome/browser/cocoa/cookie_details_view_controller.h"
diff --git a/chrome/browser/cocoa/cookies_window_controller.mm b/chrome/browser/cocoa/cookies_window_controller.mm
index 75a8ab7..afd3613 100644
--- a/chrome/browser/cocoa/cookies_window_controller.mm
+++ b/chrome/browser/cocoa/cookies_window_controller.mm
@@ -9,7 +9,6 @@
#include "app/l10n_util_mac.h"
#include "app/resource_bundle.h"
-#import "base/i18n/time_formatting.h"
#import "base/mac_util.h"
#include "base/sys_string_conversions.h"
#include "chrome/browser/browsing_data_remover.h"
diff --git a/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm
index 1715f7a..32d021c 100644
--- a/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm
+++ b/chrome/browser/cocoa/location_bar/location_bar_view_mac.mm
@@ -6,7 +6,6 @@
#include "app/l10n_util_mac.h"
#include "app/resource_bundle.h"
-#include "base/i18n/rtl.h"
#include "base/nsimage_cache_mac.h"
#include "base/stl_util-inl.h"
#include "base/string_util.h"
diff --git a/chrome/browser/cocoa/page_info_window_mac.mm b/chrome/browser/cocoa/page_info_window_mac.mm
index cc40b2e..0f5762a 100644
--- a/chrome/browser/cocoa/page_info_window_mac.mm
+++ b/chrome/browser/cocoa/page_info_window_mac.mm
@@ -8,7 +8,6 @@
#include "app/l10n_util.h"
#include "base/scoped_cftyperef.h"
-#include "base/i18n/time_formatting.h"
#include "app/resource_bundle.h"
#include "base/string_util.h"
#include "base/sys_string_conversions.h"
diff --git a/chrome/browser/cookies_tree_model.cc b/chrome/browser/cookies_tree_model.cc
index 7c33067..0684055 100644
--- a/chrome/browser/cookies_tree_model.cc
+++ b/chrome/browser/cookies_tree_model.cc
@@ -11,7 +11,6 @@
#include "app/l10n_util.h"
#include "app/resource_bundle.h"
#include "base/callback.h"
-#include "base/i18n/rtl.h"
#include "base/linked_ptr.h"
#include "base/string_util.h"
#include "chrome/browser/extensions/extensions_service.h"
diff --git a/chrome/browser/dom_ui/app_launcher_handler.cc b/chrome/browser/dom_ui/app_launcher_handler.cc
index 7489a96..0f76bfb 100644
--- a/chrome/browser/dom_ui/app_launcher_handler.cc
+++ b/chrome/browser/dom_ui/app_launcher_handler.cc
@@ -5,7 +5,6 @@
#include "chrome/browser/dom_ui/app_launcher_handler.h"
#include "app/animation.h"
-#include "base/base64.h"
#include "base/string_number_conversions.h"
#include "base/utf_string_conversions.h"
#include "base/values.h"
diff --git a/chrome/browser/dom_ui/options_ui.cc b/chrome/browser/dom_ui/options_ui.cc
index 6968219..8cd48fc 100644
--- a/chrome/browser/dom_ui/options_ui.cc
+++ b/chrome/browser/dom_ui/options_ui.cc
@@ -8,7 +8,6 @@
#include "app/resource_bundle.h"
#include "base/callback.h"
-#include "base/i18n/time_formatting.h"
#include "base/message_loop.h"
#include "base/singleton.h"
#include "base/string_piece.h"
diff --git a/chrome/browser/dom_ui/sync_options_handler.cc b/chrome/browser/dom_ui/sync_options_handler.cc
index 9341429..99a74d5 100644
--- a/chrome/browser/dom_ui/sync_options_handler.cc
+++ b/chrome/browser/dom_ui/sync_options_handler.cc
@@ -7,7 +7,6 @@
#include "app/l10n_util.h"
#include "base/basictypes.h"
#include "base/callback.h"
-#include "base/i18n/time_formatting.h"
#include "base/stl_util-inl.h"
#include "base/time.h"
#include "base/utf_string_conversions.h"
diff --git a/chrome/browser/metrics/metrics_log.cc b/chrome/browser/metrics/metrics_log.cc
index 176eedf..fb7f8a2 100644
--- a/chrome/browser/metrics/metrics_log.cc
+++ b/chrome/browser/metrics/metrics_log.cc
@@ -7,7 +7,6 @@
#include <string>
#include <vector>
-#include "base/base64.h"
#include "base/basictypes.h"
#include "base/file_util.h"
#include "base/file_version_info.h"
diff --git a/chrome/browser/safe_browsing/protocol_manager.cc b/chrome/browser/safe_browsing/protocol_manager.cc
index 732b416..23ed348 100644
--- a/chrome/browser/safe_browsing/protocol_manager.cc
+++ b/chrome/browser/safe_browsing/protocol_manager.cc
@@ -4,7 +4,9 @@
#include "chrome/browser/safe_browsing/protocol_manager.h"
+#ifndef NDEBUG
#include "base/base64.h"
+#endif
#include "base/environment.h"
#include "base/file_version_info.h"
#include "base/histogram.h"
diff --git a/chrome/browser/ssl/ssl_policy.cc b/chrome/browser/ssl/ssl_policy.cc
index d1258cc..ca1300a 100644
--- a/chrome/browser/ssl/ssl_policy.cc
+++ b/chrome/browser/ssl/ssl_policy.cc
@@ -6,7 +6,6 @@
#include "base/base_switches.h"
#include "base/command_line.h"
-#include "base/i18n/rtl.h"
#include "base/singleton.h"
#include "base/string_piece.h"
#include "base/string_util.h"
diff --git a/chrome/browser/sync/engine/syncer_unittest.cc b/chrome/browser/sync/engine/syncer_unittest.cc
index 9db596a..0d9ab8e 100644
--- a/chrome/browser/sync/engine/syncer_unittest.cc
+++ b/chrome/browser/sync/engine/syncer_unittest.cc
@@ -10,8 +10,6 @@
#include <set>
#include <string>
-#include "base/at_exit.h"
-
#include "base/callback.h"
#include "base/scoped_ptr.h"
#include "base/string_number_conversions.h"
diff --git a/chrome/browser/sync/syncable/syncable_unittest.cc b/chrome/browser/sync/syncable/syncable_unittest.cc
index 6c5ceff..18695e7 100644
--- a/chrome/browser/sync/syncable/syncable_unittest.cc
+++ b/chrome/browser/sync/syncable/syncable_unittest.cc
@@ -20,7 +20,6 @@
#include <sys/times.h>
#endif // !defined(OS_WIN)
-#include "base/at_exit.h"
#include "base/file_path.h"
#include "base/file_util.h"
#include "base/logging.h"
diff --git a/chrome/browser/views/cookie_prompt_view.cc b/chrome/browser/views/cookie_prompt_view.cc
index 33f85af..fca843ec 100644
--- a/chrome/browser/views/cookie_prompt_view.cc
+++ b/chrome/browser/views/cookie_prompt_view.cc
@@ -7,7 +7,6 @@
#include <algorithm>
#include "app/l10n_util.h"
-#include "base/i18n/time_formatting.h"
#include "base/message_loop.h"
#include "base/utf_string_conversions.h"
#include "chrome/browser/browser_process.h"
diff --git a/chrome/browser/views/local_storage_set_item_info_view.cc b/chrome/browser/views/local_storage_set_item_info_view.cc
index d2bb286..8df4de4 100644
--- a/chrome/browser/views/local_storage_set_item_info_view.cc
+++ b/chrome/browser/views/local_storage_set_item_info_view.cc
@@ -7,7 +7,6 @@
#include <algorithm>
#include "app/l10n_util.h"
-#include "base/i18n/time_formatting.h"
#include "base/utf_string_conversions.h"
#include "gfx/color_utils.h"
#include "grit/generated_resources.h"
@@ -126,4 +125,3 @@ void LocalStorageSetItemInfoView::Init() {
value_value_field_->RemoveBorder();
value_value_field_->SetBackgroundColor(text_area_background);
}
-
diff --git a/chrome/browser/views/location_bar/selected_keyword_view.cc b/chrome/browser/views/location_bar/selected_keyword_view.cc
index aeead05..182015b 100644
--- a/chrome/browser/views/location_bar/selected_keyword_view.cc
+++ b/chrome/browser/views/location_bar/selected_keyword_view.cc
@@ -5,7 +5,6 @@
#include "chrome/browser/views/location_bar/selected_keyword_view.h"
#include "app/l10n_util.h"
-#include "base/i18n/rtl.h"
#include "base/logging.h"
#include "chrome/browser/search_engines/template_url_model.h"
#include "chrome/browser/location_bar_util.h"
diff --git a/chrome/browser/views/options/cookies_view.cc b/chrome/browser/views/options/cookies_view.cc
index ef730dd..4748c91 100644
--- a/chrome/browser/views/options/cookies_view.cc
+++ b/chrome/browser/views/options/cookies_view.cc
@@ -7,7 +7,6 @@
#include <algorithm>
#include "app/l10n_util.h"
-#include "base/i18n/time_formatting.h"
#include "base/message_loop.h"
#include "base/string_util.h"
#include "chrome/browser/profile.h"