diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 19:32:39 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 19:32:39 +0000 |
commit | d2ad262d31b75f74e9500500459e48724be599bc (patch) | |
tree | a0dcdcfc8771be718980e6309c0d397e363a52a5 /chrome/browser/profile.h | |
parent | c21ce63b69398acfc5df3e033d9e90e880a66822 (diff) | |
download | chromium_src-d2ad262d31b75f74e9500500459e48724be599bc.zip chromium_src-d2ad262d31b75f74e9500500459e48724be599bc.tar.gz chromium_src-d2ad262d31b75f74e9500500459e48724be599bc.tar.bz2 |
Revert 33301 and 33305 due to unit_tests breakage.
TBR=pawel
Review URL: http://codereview.chromium.org/453007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r-- | chrome/browser/profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h index 8b0eaae..010744a 100644 --- a/chrome/browser/profile.h +++ b/chrome/browser/profile.h @@ -15,6 +15,7 @@ #include "base/scoped_ptr.h" #include "base/timer.h" #include "chrome/browser/spellcheck_host.h" +#include "chrome/browser/web_resource/web_resource_service.h" #include "chrome/common/notification_registrar.h" #if defined(OS_CHROMEOS) @@ -66,7 +67,6 @@ class VisitedLinkMaster; class VisitedLinkEventListener; class WebDataService; class WebKitContext; -class WebResourceService; typedef intptr_t ProfileId; |