diff options
Diffstat (limited to 'chrome/browser/sync/glue/change_processor.h')
-rw-r--r-- | chrome/browser/sync/glue/change_processor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/change_processor.h b/chrome/browser/sync/glue/change_processor.h index c5c43f7..355c058 100644 --- a/chrome/browser/sync/glue/change_processor.h +++ b/chrome/browser/sync/glue/change_processor.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_GLUE_CHANGE_PROCESSOR_H_ #define CHROME_BROWSER_SYNC_GLUE_CHANGE_PROCESSOR_H_ @@ -185,4 +185,4 @@ class ChangeProcessor : public BookmarkModelObserver, #endif // CHROME_BROWSER_SYNC_GLUE_CHANGE_APPLICATOR_H_ -#endif // CHROME_PERSONALIZATION +#endif // defined(BROWSER_SYNC) |