From e5047ff99b92662f3e3bda31650b16506ae5ad55 Mon Sep 17 00:00:00 2001 From: "pathorn@chromium.org" Date: Sat, 31 Jul 2010 00:18:25 +0000 Subject: 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 --- chrome/browser/profile.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome/browser/profile.h') 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; -- cgit v1.1