| Index: chrome/browser/sync/test/integration/profile_sync_service_harness.cc
 | 
| diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
 | 
| index b186e7f7b1d9f65d0298dcb88212634924e12ff4..411beeb2b90c81fe1374ebfa1a87eda007396648 100644
 | 
| --- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
 | 
| +++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
 | 
| @@ -543,8 +543,8 @@ bool ProfileSyncServiceHarness::IsTypePreferred(syncer::ModelType type) {
 | 
|  
 | 
|  std::string ProfileSyncServiceHarness::GetServiceStatus() {
 | 
|    std::unique_ptr<base::DictionaryValue> value(
 | 
| -      syncer::sync_ui_util::ConstructAboutInformation(
 | 
| -          service(), service()->signin(), chrome::GetChannel()));
 | 
| +      syncer::sync_ui_util::ConstructAboutInformation(service(),
 | 
| +                                                      chrome::GetChannel()));
 | 
|    std::string service_status;
 | 
|    base::JSONWriter::WriteWithOptions(
 | 
|        *value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &service_status);
 | 
| 
 |