summaryrefslogtreecommitdiffstats
path: root/chrome/browser/diagnostics
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-05 05:12:35 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-05 05:12:35 +0000
commitde6b8b6dddc04caaa197cc32e6399553c8e81633 (patch)
tree0b19e26733d3b194185fcb65a6fde5a46441cc2a /chrome/browser/diagnostics
parent49abd659faa7286eddef29dea766d7a637473672 (diff)
downloadchromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.zip
chromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.tar.gz
chromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.tar.bz2
FBTF: Remove unneeded headers from base/ (part 1)
BUG=none TEST=none Review URL: http://codereview.chromium.org/3071012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/diagnostics')
-rw-r--r--chrome/browser/diagnostics/diagnostics_main.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/diagnostics/diagnostics_main.cc b/chrome/browser/diagnostics/diagnostics_main.cc
index 7ea33d8..bf88222 100644
--- a/chrome/browser/diagnostics/diagnostics_main.cc
+++ b/chrome/browser/diagnostics/diagnostics_main.cc
@@ -22,10 +22,6 @@
#include "chrome/browser/diagnostics/diagnostics_model.h"
#include "chrome/common/chrome_paths.h"
-#if defined(OS_WIN)
-#include "base/win_util.h"
-#endif
-
namespace {
// This is a minimalistic interface to wrap the platform console. This will be
// eventually replaced by a view that can be subclassed for each platform and