diff options
Diffstat (limited to 'chrome/browser/sync/profile_sync_service.cc')
-rw-r--r-- | chrome/browser/sync/profile_sync_service.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc index 2efba68..08d486c 100644 --- a/chrome/browser/sync/profile_sync_service.cc +++ b/chrome/browser/sync/profile_sync_service.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifdef CHROME_PERSONALIZATION +#if defined(BROWSER_SYNC) #include "chrome/browser/sync/profile_sync_service.h" #include <stack> @@ -428,4 +428,4 @@ bool ProfileSyncService::ShouldPushChanges() { return change_processor_->IsRunning(); } -#endif // CHROME_PERSONALIZATION +#endif // defined(BROWSER_SYNC) |