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