diff options
Diffstat (limited to 'chrome/browser/sync/test/integration/profile_sync_service_harness.cc')
-rw-r--r-- | chrome/browser/sync/test/integration/profile_sync_service_harness.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 b779956..80478db 100644 --- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc +++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc @@ -905,7 +905,7 @@ size_t ProfileSyncServiceHarness::GetNumDatatypes() const { } std::string ProfileSyncServiceHarness::GetServiceStatus() { - scoped_ptr<DictionaryValue> value( + scoped_ptr<base::DictionaryValue> value( sync_ui_util::ConstructAboutInformation(service())); std::string service_status; base::JSONWriter::WriteWithOptions(value.get(), |