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

Unified Diff: chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h

Issue 1878143002: Convert //chrome/browser/supervised_user 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/supervised_user/legacy/custodian_profile_downloader_service.h
diff --git a/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h b/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h
index c8cac37215f21ee5321de2df789339de71fd3b5a..d2571933c6ea2f44294e545fcc740506f8742eb4 100644
--- a/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h
+++ b/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h
@@ -47,7 +47,7 @@ class CustodianProfileDownloaderService : public KeyedService,
// get instances of this service.
explicit CustodianProfileDownloaderService(Profile* custodian_profile);
- scoped_ptr<ProfileDownloader> profile_downloader_;
+ std::unique_ptr<ProfileDownloader> profile_downloader_;
DownloadProfileCallback download_callback_;
// Owns us via the KeyedService mechanism.

Powered by Google App Engine
This is Rietveld 408576698