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

Unified Diff: remoting/client/plugin/pepper_url_request.h

Issue 1864213002: Convert //remoting to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac IWYU 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: remoting/client/plugin/pepper_url_request.h
diff --git a/remoting/client/plugin/pepper_url_request.h b/remoting/client/plugin/pepper_url_request.h
index 67b299deb46824c85e133b0b8dd7cb7140bfcf59..e666aca523d547462824bcabcc13c16559af3a41 100644
--- a/remoting/client/plugin/pepper_url_request.h
+++ b/remoting/client/plugin/pepper_url_request.h
@@ -54,8 +54,8 @@ class PepperUrlRequestFactory : public UrlRequestFactory {
~PepperUrlRequestFactory() override;
// UrlRequestFactory interface.
- scoped_ptr<UrlRequest> CreateUrlRequest(UrlRequest::Type type,
- const std::string& url) override;
+ std::unique_ptr<UrlRequest> CreateUrlRequest(UrlRequest::Type type,
+ const std::string& url) override;
private:
pp::InstanceHandle pp_instance_;
« no previous file with comments | « remoting/client/plugin/pepper_port_allocator_factory.cc ('k') | remoting/client/plugin/pepper_url_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698