diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 06:46:39 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 06:46:39 +0000 |
commit | 33b9df45937ce5fc436ac702352606cd12ef0951 (patch) | |
tree | 92a209b1934e93a663b367f45bdf6597068720eb /chrome/browser/diagnostics | |
parent | 13c8a0903376ff406151679d8673a6452d721290 (diff) | |
download | chromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.zip chromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.tar.gz chromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.tar.bz2 |
Cleanup: Remove unneeded headers from app/
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2819063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/diagnostics')
-rw-r--r-- | chrome/browser/diagnostics/recon_diagnostics.cc | 1 | ||||
-rw-r--r-- | chrome/browser/diagnostics/sqlite_diagnostics.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/diagnostics/recon_diagnostics.cc b/chrome/browser/diagnostics/recon_diagnostics.cc index 9f3e3d80..1f0ab8a 100644 --- a/chrome/browser/diagnostics/recon_diagnostics.cc +++ b/chrome/browser/diagnostics/recon_diagnostics.cc @@ -6,7 +6,6 @@ #include <string> -#include "app/app_paths.h" #include "base/file_util.h" #include "base/file_version_info.h" #include "base/json/json_reader.h" diff --git a/chrome/browser/diagnostics/sqlite_diagnostics.cc b/chrome/browser/diagnostics/sqlite_diagnostics.cc index d7f81fb..1e21c22 100644 --- a/chrome/browser/diagnostics/sqlite_diagnostics.cc +++ b/chrome/browser/diagnostics/sqlite_diagnostics.cc @@ -6,7 +6,6 @@ #include "app/sql/connection.h" #include "app/sql/diagnostic_error_delegate.h" -#include "app/sql/init_status.h" #include "app/sql/statement.h" #include "base/file_util.h" #include "base/histogram.h" |