diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 21:53:13 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 21:53:13 +0000 |
commit | c078968a5fcdbad7c12ab954f60667a78a737582 (patch) | |
tree | 3f9bb4b8221f9bb030ff25f0035ea757b3eb5a42 /chrome/browser/bookmarks/bookmark_model.h | |
parent | cba81a7d6830877c3deaab58c5db70438aecfab7 (diff) | |
download | chromium_src-c078968a5fcdbad7c12ab954f60667a78a737582.zip chromium_src-c078968a5fcdbad7c12ab954f60667a78a737582.tar.gz chromium_src-c078968a5fcdbad7c12ab954f60667a78a737582.tar.bz2 |
Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3027041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55136 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_model.h')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_model.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h index 84856de..6048315 100644 --- a/chrome/browser/bookmarks/bookmark_model.h +++ b/chrome/browser/bookmarks/bookmark_model.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 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. @@ -27,8 +27,6 @@ #include "third_party/skia/include/core/SkBitmap.h" #include "testing/gtest/include/gtest/gtest_prod.h" -class BookmarkCodec; -class BookmarkEditorView; class BookmarkIndex; class BookmarkLoadDetails; class BookmarkModel; |