diff options
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 2ab6233..a9ac35a 100644 --- a/chrome/browser/profile.h +++ b/chrome/browser/profile.h @@ -501,7 +501,7 @@ class ProfileImpl : public Profile, scoped_ptr<BookmarkModel> bookmark_bar_model_; scoped_refptr<WebResourceService> web_resource_service_; -#ifdef CHROME_PERSONALIZATION +#if defined(BROWSER_SYNC) scoped_ptr<ProfileSyncService> sync_service_; #endif |