diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 22:22:27 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-16 22:22:27 +0000 |
commit | bb95acab3e4ddbb4239ae576149a4efcf2dade40 (patch) | |
tree | 86f57574216f7a24ea7020377c8e7e34757fd5f2 /chrome/browser/shell_integration.h | |
parent | cee93fb8b40f324f8d8aa686edd96ba8f1f54a7e (diff) | |
download | chromium_src-bb95acab3e4ddbb4239ae576149a4efcf2dade40.zip chromium_src-bb95acab3e4ddbb4239ae576149a4efcf2dade40.tar.gz chromium_src-bb95acab3e4ddbb4239ae576149a4efcf2dade40.tar.bz2 |
Cleanup: Remove more forward declarations in various chrome/browser directories.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8566028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r-- | chrome/browser/shell_integration.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h index 5bd8dd0..0ef4194 100644 --- a/chrome/browser/shell_integration.h +++ b/chrome/browser/shell_integration.h @@ -16,7 +16,6 @@ class CommandLine; class FilePath; -class PrefService; #if defined(USE_X11) namespace base { |