diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 00:09:24 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 00:09:24 +0000 |
commit | 6ffdb900a566f33ad07f1c53cc8d0ee4844cb93a (patch) | |
tree | cae33005f2ece70a14dff3f26339b9d14bc356ce /chrome/browser/autocomplete | |
parent | e37e88a0c9d8cd3a3dba3b4d8e2af0981a325206 (diff) | |
download | chromium_src-6ffdb900a566f33ad07f1c53cc8d0ee4844cb93a.zip chromium_src-6ffdb900a566f33ad07f1c53cc8d0ee4844cb93a.tar.gz chromium_src-6ffdb900a566f33ad07f1c53cc8d0ee4844cb93a.tar.bz2 |
Cleanup: Remove unneeded forward declarations from various chrome/browser subdirectories.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8539006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete')
5 files changed, 1 insertions, 15 deletions
diff --git a/chrome/browser/autocomplete/autocomplete.h b/chrome/browser/autocomplete/autocomplete.h index 02dc34a..8c96837 100644 --- a/chrome/browser/autocomplete/autocomplete.h +++ b/chrome/browser/autocomplete/autocomplete.h @@ -174,7 +174,6 @@ class AutocompleteInput; struct AutocompleteMatch; class AutocompleteProvider; class AutocompleteResult; -class HistoryContentsProvider; class KeywordProvider; class Profile; class SearchProvider; diff --git a/chrome/browser/autocomplete/history_provider.h b/chrome/browser/autocomplete/history_provider.h index 231a7b1..7b145a2 100644 --- a/chrome/browser/autocomplete/history_provider.h +++ b/chrome/browser/autocomplete/history_provider.h @@ -9,14 +9,6 @@ #include "base/compiler_specific.h" #include "chrome/browser/autocomplete/autocomplete.h" -namespace history { - -class HistoryBackend; -class URLDatabase; -class URLRow; - -} // namespace history - // This class is a base class for the history autocomplete providers and // provides functions useful to all derived classes. class HistoryProvider : public AutocompleteProvider { diff --git a/chrome/browser/autocomplete/history_quick_provider.h b/chrome/browser/autocomplete/history_quick_provider.h index c8dadf9..e5743b9 100644 --- a/chrome/browser/autocomplete/history_quick_provider.h +++ b/chrome/browser/autocomplete/history_quick_provider.h @@ -16,10 +16,6 @@ class Profile; class TermMatches; -namespace history { -class HistoryBackend; -} // namespace history - // This class is an autocomplete provider (a pseudo-internal component of // the history system) which quickly (and synchronously) provides matching // results from recently or frequently visited sites in the profile's diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h index b1fdc87..2fa6e77 100644 --- a/chrome/browser/autocomplete/history_url_provider.h +++ b/chrome/browser/autocomplete/history_url_provider.h @@ -7,6 +7,7 @@ #pragma once #include <string> +#include <vector> #include "base/compiler_specific.h" #include "base/synchronization/cancellation_flag.h" @@ -20,7 +21,6 @@ namespace history { class HistoryBackend; class URLDatabase; -class URLRow; } // namespace history diff --git a/chrome/browser/autocomplete/shortcuts_provider.h b/chrome/browser/autocomplete/shortcuts_provider.h index 170cfea8..b57e993 100644 --- a/chrome/browser/autocomplete/shortcuts_provider.h +++ b/chrome/browser/autocomplete/shortcuts_provider.h @@ -19,7 +19,6 @@ #include "chrome/browser/history/shortcuts_backend.h" class Profile; -struct AutocompleteLog; // Provider of recently autocompleted links. Provides autocomplete suggestions // from previously selected suggestions. The more often a user selects a |