diff options
Diffstat (limited to 'chrome/browser/sync/sync_status_ui_helper.cc')
-rw-r--r-- | chrome/browser/sync/sync_status_ui_helper.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/sync/sync_status_ui_helper.cc b/chrome/browser/sync/sync_status_ui_helper.cc index 8ec8a17..37b790a 100644 --- a/chrome/browser/sync/sync_status_ui_helper.cc +++ b/chrome/browser/sync/sync_status_ui_helper.cc @@ -2,8 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#if defined(BROWSER_SYNC) - #include "chrome/browser/sync/sync_status_ui_helper.h" #include "app/l10n_util.h" @@ -116,5 +114,3 @@ SyncStatusUIHelper::MessageType SyncStatusUIHelper::GetLabels( } return result_type; } - -#endif // defined(BROWSER_SYNC) |