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