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

Unified Diff: chrome/browser/extensions/sync_bundle.cc

Issue 1871713002: Convert //chrome/browser/extensions from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix header 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
« no previous file with comments | « chrome/browser/extensions/sync_bundle.h ('k') | chrome/browser/extensions/tab_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/sync_bundle.cc
diff --git a/chrome/browser/extensions/sync_bundle.cc b/chrome/browser/extensions/sync_bundle.cc
index dd793375c6e9163b7d362fa2391a48548382a57e..0a35419d164dc6f298b53d2e3f65a7ec56ccdecd 100644
--- a/chrome/browser/extensions/sync_bundle.cc
+++ b/chrome/browser/extensions/sync_bundle.cc
@@ -17,7 +17,7 @@ SyncBundle::SyncBundle() {}
SyncBundle::~SyncBundle() {}
void SyncBundle::StartSyncing(
- scoped_ptr<syncer::SyncChangeProcessor> sync_processor) {
+ std::unique_ptr<syncer::SyncChangeProcessor> sync_processor) {
sync_processor_.reset(sync_processor.release());
}
« no previous file with comments | « chrome/browser/extensions/sync_bundle.h ('k') | chrome/browser/extensions/tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698