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 e01dd6186c88b9093232a39e820a237527aec750..e9c2cee6cef0753adb9c2ce109e07f55b477a895 100644 |
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc |
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc |
@@ -464,7 +464,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( |