diff options
author | pathorn@chromium.org <pathorn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 00:18:25 +0000 |
---|---|---|
committer | pathorn@chromium.org <pathorn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 00:18:25 +0000 |
commit | e5047ff99b92662f3e3bda31650b16506ae5ad55 (patch) | |
tree | bd6abc3b969bdd1a99fd77422ec27b58bcbd9d9c /chrome/browser/profile.h | |
parent | 7c562a61385faabf423badde6370e00dda72e7ee (diff) | |
download | chromium_src-e5047ff99b92662f3e3bda31650b16506ae5ad55.zip chromium_src-e5047ff99b92662f3e3bda31650b16506ae5ad55.tar.gz chromium_src-e5047ff99b92662f3e3bda31650b16506ae5ad55.tar.bz2 |
Add back chromeos preferences include in profile.h
BUG=none
TEST=none
TBR=brettw@chromium.org
Review URL: http://codereview.chromium.org/2868090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54414 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r-- | chrome/browser/profile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h index 0e64fa2..2bf2c22 100644 --- a/chrome/browser/profile.h +++ b/chrome/browser/profile.h @@ -13,6 +13,12 @@ #include "base/ref_counted.h" #include "base/scoped_ptr.h" #include "base/timer.h" +#include "chrome/browser/spellcheck_host_observer.h" +#include "chrome/common/notification_registrar.h" + +#if defined(OS_CHROMEOS) +#include "chrome/browser/chromeos/preferences.h" +#endif namespace history { class TopSites; |