summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.h
diff options
context:
space:
mode:
authornick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-17 00:28:13 +0000
committernick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-17 00:28:13 +0000
commit066629fad83ffbc3c3d67d2c19191d1da36138ef (patch)
tree889cb8be535354b58bb3859b5c8c951f8bb3e79c /chrome/browser/profile.h
parent64e0ec0be0663c7f520c6cb9728c055edc916a89 (diff)
downloadchromium_src-066629fad83ffbc3c3d67d2c19191d1da36138ef.zip
chromium_src-066629fad83ffbc3c3d67d2c19191d1da36138ef.tar.gz
chromium_src-066629fad83ffbc3c3d67d2c19191d1da36138ef.tar.bz2
Rename CHROME_PERSONALIZATION to BROWSER_SYNC.
Avoid #ifdef in general, favoring #if defined(). In one spot, use PlatformThread::Sleep instead of rolling our own. Review URL: http://codereview.chromium.org/267125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.h')
-rw-r--r--chrome/browser/profile.h2
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