Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5399)

Unified Diff: chrome/browser/sync/test/integration/profile_sync_service_harness.cc

Issue 1882243004: Convert //chrome/browser/sync from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698