diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 14:07:16 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-06 14:07:16 +0000 |
commit | d1c1ac4313f325348194d6efac14657ad8bfb654 (patch) | |
tree | 13f22cc66f3567f49e9750e95ffc197c46833b73 /chrome/browser/tabs | |
parent | 4381188380d1fd905a5810a7ec325b801dc1852e (diff) | |
download | chromium_src-d1c1ac4313f325348194d6efac14657ad8bfb654.zip chromium_src-d1c1ac4313f325348194d6efac14657ad8bfb654.tar.gz chromium_src-d1c1ac4313f325348194d6efac14657ad8bfb654.tar.bz2 |
Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h.
- Remove unnecessary forward decls.
- Remove unnecessary inclusions of <set>, <map>, <vector>, <list>.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3023043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55222 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tabs')
-rw-r--r-- | chrome/browser/tabs/pinned_tab_codec.h | 1 | ||||
-rw-r--r-- | chrome/browser/tabs/pinned_tab_service.h | 1 | ||||
-rw-r--r-- | chrome/browser/tabs/tab_strip_model.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/tabs/pinned_tab_codec.h b/chrome/browser/tabs/pinned_tab_codec.h index bd94684..63de93a 100644 --- a/chrome/browser/tabs/pinned_tab_codec.h +++ b/chrome/browser/tabs/pinned_tab_codec.h @@ -12,7 +12,6 @@ #include "chrome/browser/browser_init.h" #include "googleurl/src/gurl.h" -class Browser; class PrefService; class Profile; diff --git a/chrome/browser/tabs/pinned_tab_service.h b/chrome/browser/tabs/pinned_tab_service.h index 2230fc4..5425e06 100644 --- a/chrome/browser/tabs/pinned_tab_service.h +++ b/chrome/browser/tabs/pinned_tab_service.h @@ -9,7 +9,6 @@ #include "chrome/common/notification_observer.h" #include "chrome/common/notification_registrar.h" -class Browser; class Profile; // PinnedTabService is responsible for updating preferences with the set of diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h index 805c951..f26af59 100644 --- a/chrome/browser/tabs/tab_strip_model.h +++ b/chrome/browser/tabs/tab_strip_model.h @@ -13,7 +13,6 @@ #include "chrome/common/page_transition_types.h" namespace gfx { -class Point; class Rect; } class Browser; |