| 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 9bac8f3cc6e3a082cb3c29d97dce3bb8cb87cd07..af6795d0bc6c5f7a9aaff53176a12641e08d75bc 100644
|
| --- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
|
| +++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
|
| @@ -475,7 +475,7 @@ bool ProfileSyncServiceHarness::IsTypePreferred(syncer::ModelType type) {
|
|
|
| std::string ProfileSyncServiceHarness::GetServiceStatus() {
|
| std::unique_ptr<base::DictionaryValue> value(
|
| - sync_driver::sync_ui_util::ConstructAboutInformation(
|
| + syncer::sync_ui_util::ConstructAboutInformation(
|
| service(), service()->signin(), chrome::GetChannel()));
|
| std::string service_status;
|
| base::JSONWriter::WriteWithOptions(
|
|
|