diff options
Diffstat (limited to 'chrome/browser/sync/sync_status_ui_helper.h')
-rw-r--r-- | chrome/browser/sync/sync_status_ui_helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/sync_status_ui_helper.h b/chrome/browser/sync/sync_status_ui_helper.h index 6241ead..f0d874b 100644 --- a/chrome/browser/sync/sync_status_ui_helper.h +++ b/chrome/browser/sync/sync_status_ui_helper.h @@ -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) #ifndef CHROME_BROWSER_SYNC_SYNC_STATUS_UI_HELPER_H_ #define CHROME_BROWSER_SYNC_SYNC_STATUS_UI_HELPER_H_ @@ -31,4 +31,4 @@ class SyncStatusUIHelper { }; #endif // CHROME_BROWSER_SYNC_SYNC_STATUS_UI_HELPER_H_ -#endif // CHROME_PERSONALIZATION +#endif // defined(BROWSER_SYNC) |