summaryrefslogtreecommitdiffstats
path: root/chrome/browser/diagnostics
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-19 17:56:33 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-19 17:56:33 +0000
commit1f5efc69c8a5513cb8b5dd2acb0fdba591ff6fc1 (patch)
treeb0fdf7d030ffd16c4e5c350a88624bae07db8c25 /chrome/browser/diagnostics
parent0d60c7643b6fb555e1c0f60615853a37d6fa1fa8 (diff)
downloadchromium_src-1f5efc69c8a5513cb8b5dd2acb0fdba591ff6fc1.zip
chromium_src-1f5efc69c8a5513cb8b5dd2acb0fdba591ff6fc1.tar.gz
chromium_src-1f5efc69c8a5513cb8b5dd2acb0fdba591ff6fc1.tar.bz2
Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.
Also fix a bunch of #includes. Folks, scoped_refptr<> is defined in base/ref_counted.h, not in base/scoped_ptr.h. BUG=none TEST=builds Review URL: http://codereview.chromium.org/3132024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56712 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/diagnostics')
-rw-r--r--chrome/browser/diagnostics/recon_diagnostics.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/diagnostics/recon_diagnostics.h b/chrome/browser/diagnostics/recon_diagnostics.h
index 1652906..d7c52e9 100644
--- a/chrome/browser/diagnostics/recon_diagnostics.h
+++ b/chrome/browser/diagnostics/recon_diagnostics.h
@@ -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,7 +6,6 @@
#define CHROME_BROWSER_DIAGNOSTICS_RECON_DIAGNOSTICS_H_
#pragma once
-#include "base/string16.h"
#include "chrome/browser/diagnostics/diagnostics_test.h"
DiagnosticTest* MakeOperatingSystemTest();