Index: examples/forwarding_content_handler/forwarding_content_handler.cc |
diff --git a/examples/forwarding_content_handler/forwarding_content_handler.cc b/examples/forwarding_content_handler/forwarding_content_handler.cc |
index 812a0a2cfcd6520229f89d75cc90bc7daef95548..d1df5eda5403aedfceed28fa2656b10d737f0c51 100644 |
--- a/examples/forwarding_content_handler/forwarding_content_handler.cc |
+++ b/examples/forwarding_content_handler/forwarding_content_handler.cc |
@@ -5,7 +5,6 @@ |
#include <utility> |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "mojo/application/content_handler_factory.h" |
#include "mojo/data_pipe_utils/data_pipe_utils.h" |
#include "mojo/environment/scoped_chromium_init.h" |
@@ -64,7 +63,7 @@ class ForwardingContentHandler : public ApplicationImplBase, |
} |
// Overridden from ContentHandlerFactory::ManagedDelegate: |
- scoped_ptr<ContentHandlerFactory::HandledApplicationHolder> |
+ std::unique_ptr<ContentHandlerFactory::HandledApplicationHolder> |
CreateApplication(InterfaceRequest<Application> application_request, |
URLResponsePtr response) override { |
CHECK(!response.is_null()); |