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

Unified Diff: chrome/utility/chrome_content_utility_client.cc

Issue 1899083002: Convert //chrome 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
« no previous file with comments | « chrome/utility/chrome_content_utility_client.h ('k') | chrome/utility/cloud_print/bitmap_image.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/chrome_content_utility_client.cc
diff --git a/chrome/utility/chrome_content_utility_client.cc b/chrome/utility/chrome_content_utility_client.cc
index f00b01c9490bc88b9616ee64927d2377bdfc9f94..8bd49b41ab339f9c7cc56db93da6ead3a4bcff82 100644
--- a/chrome/utility/chrome_content_utility_client.cc
+++ b/chrome/utility/chrome_content_utility_client.cc
@@ -203,7 +203,7 @@ void ChromeContentUtilityClient::RegisterMojoServices(
}
void ChromeContentUtilityClient::AddHandler(
- scoped_ptr<UtilityMessageHandler> handler) {
+ std::unique_ptr<UtilityMessageHandler> handler) {
handlers_.push_back(std::move(handler));
}
« no previous file with comments | « chrome/utility/chrome_content_utility_client.h ('k') | chrome/utility/cloud_print/bitmap_image.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698