diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 19:19:22 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 19:19:22 +0000 |
commit | 5750376403ff829fe8bf83aad17ea9c84830090e (patch) | |
tree | ff9d588721f145b6849a5dc54c266455112a6775 /chrome/browser/sync/glue/theme_model_associator.h | |
parent | 3029ceaf00322857bcf57d2a8da69de0bcadd96a (diff) | |
download | chromium_src-5750376403ff829fe8bf83aad17ea9c84830090e.zip chromium_src-5750376403ff829fe8bf83aad17ea9c84830090e.tar.gz chromium_src-5750376403ff829fe8bf83aad17ea9c84830090e.tar.bz2 |
Cleanup: Remove unneeded forward declarations in chrome/browser/sync.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8537003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/glue/theme_model_associator.h')
-rw-r--r-- | chrome/browser/sync/glue/theme_model_associator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/theme_model_associator.h b/chrome/browser/sync/glue/theme_model_associator.h index 357c7b6..2ea2704 100644 --- a/chrome/browser/sync/glue/theme_model_associator.h +++ b/chrome/browser/sync/glue/theme_model_associator.h @@ -14,8 +14,6 @@ class ProfileSyncService; namespace browser_sync { -class UnrecoverableErrorHandler; - // Contains all logic for associating the Chrome themes model and the // sync themes model. class ThemeModelAssociator : public AssociatorInterface { |