Index: chrome/browser/sync/profile_sync_service.h |
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
index 3dee74f3a9686fad5632d1a997bac35a9899d7d0..20f5d91d188d58a213a4e10fdf140b76a85a3468 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -551,10 +551,9 @@ class ProfileSyncService : public browser_sync::SyncFrontend, |
// been cleared yet. Virtual for testing purposes. |
virtual bool waiting_for_auth() const; |
- // Updates the set of ObjectIds associated with a given |
- // |handler|. Passing an empty ObjectIdSet will unregister |
- // |handler|. There should be at most one handler registered per |
- // object id. |
+ // Updates the set of ObjectIds associated with a given |handler|. |
+ // Passing an empty ObjectIdSet will unregister |handler|. |
+ // There should be at most one handler registered per object id. |
// |
// The handler -> registered ids map is persisted across restarts of |
// sync. |