Index: chrome/browser/sync/sync_ui_util.cc |
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc |
index 81922f160b8fb0c401af63bf6aa4f8e92b160627..822331a4d335d403b5ad9f47ce14dfcae6b8d890 100644 |
--- a/chrome/browser/sync/sync_ui_util.cc |
+++ b/chrome/browser/sync/sync_ui_util.cc |
@@ -519,8 +519,7 @@ void ConstructAboutInformation(ProfileSyncService* service, |
// with the last snapshot emitted by the syncer. Keep in mind, though, that |
// not all events that update these values will ping the UI thread, so you |
// might not see all intermediate values. |
- sync_api::SyncManager::Status full_status( |
- service->QueryDetailedSyncStatus()); |
+ sync_api::SyncStatus full_status(service->QueryDetailedSyncStatus()); |
// This is a cache of the last snapshot of type SYNC_CYCLE_ENDED where |
// !snapshot.has_more_to_sync(). In other words, it's the last in this |