diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 07:26:43 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 07:26:43 +0000 |
commit | 3624d23823ba017c4be2270c52a9c9ea858abbdd (patch) | |
tree | b0071068eaa5c276dec61c0f36388610e0e414c0 /chrome/browser/toolbar_model.h | |
parent | 8d9ecd77c70b9a0d24859f8532631d6f1940ca9f (diff) | |
download | chromium_src-3624d23823ba017c4be2270c52a9c9ea858abbdd.zip chromium_src-3624d23823ba017c4be2270c52a9c9ea858abbdd.tar.gz chromium_src-3624d23823ba017c4be2270c52a9c9ea858abbdd.tar.bz2 |
Delete obviously unneeded forward declarations in chrome/browser/*.h.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3080031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55037 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/toolbar_model.h')
-rw-r--r-- | chrome/browser/toolbar_model.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/toolbar_model.h b/chrome/browser/toolbar_model.h index 269c6a8..06050c1 100644 --- a/chrome/browser/toolbar_model.h +++ b/chrome/browser/toolbar_model.h @@ -12,7 +12,6 @@ class Browser; class NavigationController; -class NavigationEntry; // This class is the model used by the toolbar, location bar and autocomplete // edit. It populates its states from the current navigation entry retrieved |