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