summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-23 18:47:09 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-23 18:47:09 +0000
commit4d022ff503f77992fc54377b6fab55832ba5204b (patch)
treecf102f60a4a6c9b9e749ab300b2872445d97efef /chrome/browser/metrics
parent471422037fc09b24f8ca08164e041c26a5e764e8 (diff)
downloadchromium_src-4d022ff503f77992fc54377b6fab55832ba5204b.zip
chromium_src-4d022ff503f77992fc54377b6fab55832ba5204b.tar.gz
chromium_src-4d022ff503f77992fc54377b6fab55832ba5204b.tar.bz2
Remove some #includes where possible.
BUG=none TEST=none Review URL: http://codereview.chromium.org/335002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics')
-rw-r--r--chrome/browser/metrics/metrics_service.cc20
1 files changed, 5 insertions, 15 deletions
diff --git a/chrome/browser/metrics/metrics_service.cc b/chrome/browser/metrics/metrics_service.cc
index 0cffb8f..20b7adc 100644
--- a/chrome/browser/metrics/metrics_service.cc
+++ b/chrome/browser/metrics/metrics_service.cc
@@ -168,42 +168,32 @@
#include "third_party/bzip2/bzlib.h"
#endif
-#include "base/file_path.h"
-#include "base/histogram.h"
-#include "base/path_service.h"
-#include "base/platform_thread.h"
-#include "base/rand_util.h"
-#include "base/string_util.h"
-#include "base/task.h"
+#include "base/thread.h"
#include "chrome/browser/bookmarks/bookmark_model.h"
-#include "chrome/browser/browser.h"
#include "chrome/browser/browser_list.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/load_notification_details.h"
#include "chrome/browser/memory_details.h"
#include "chrome/browser/profile.h"
#include "chrome/browser/renderer_host/render_process_host.h"
-#include "chrome/browser/search_engines/template_url.h"
#include "chrome/browser/search_engines/template_url_model.h"
-#include "chrome/common/child_process_info.h"
-#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/histogram_synchronizer.h"
-#include "chrome/common/libxml_utils.h"
#include "chrome/common/notification_service.h"
#include "chrome/common/pref_names.h"
#include "chrome/common/pref_service.h"
#include "chrome/common/render_messages.h"
-#include "googleurl/src/gurl.h"
-#include "net/base/load_flags.h"
#include "webkit/glue/plugins/plugin_list.h"
+#if !defined(OS_WIN)
+#include "base/rand_util.h"
+#endif
+
#if defined(OS_POSIX)
// TODO(port): Move these headers above as they are ported.
#include "chrome/common/temp_scaffolding_stubs.h"
#else
#include "chrome/installer/util/browser_distribution.h"
-#include "chrome/installer/util/google_update_settings.h"
#endif
using base::Time;