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

Unified Diff: services/dart/content_handler_app.h

Issue 2069663002: Some scoped_ptr -> std::unique_ptr conversion, especially under //mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc ('k') | services/dart/content_handler_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/content_handler_app.h
diff --git a/services/dart/content_handler_app.h b/services/dart/content_handler_app.h
index 30c5ed1cf6ad69cedb71f9b41a9562c7f0aa1f9c..43b205b1f24a843f3226d4607504c15e5cd4ddc9 100644
--- a/services/dart/content_handler_app.h
+++ b/services/dart/content_handler_app.h
@@ -26,7 +26,7 @@ class DartContentHandler : public mojo::ContentHandlerFactory::ManagedDelegate {
private:
// Overridden from ContentHandlerFactory::ManagedDelegate:
- scoped_ptr<mojo::ContentHandlerFactory::HandledApplicationHolder>
+ std::unique_ptr<mojo::ContentHandlerFactory::HandledApplicationHolder>
CreateApplication(
mojo::InterfaceRequest<mojo::Application> application_request,
mojo::URLResponsePtr response) override;
« no previous file with comments | « mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc ('k') | services/dart/content_handler_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698