Index: content/renderer/pepper/pepper_url_loader_host.h |
diff --git a/content/renderer/pepper/pepper_url_loader_host.h b/content/renderer/pepper/pepper_url_loader_host.h |
index 8f820e10bdd71cdc0ff234be115ce7b6cccef1b6..96a61d637df8f2378c5e835c301e1ec8a52239f6 100644 |
--- a/content/renderer/pepper/pepper_url_loader_host.h |
+++ b/content/renderer/pepper/pepper_url_loader_host.h |
@@ -132,7 +132,7 @@ class PepperURLLoaderHost : public ppapi::host::ResourceHost, |
// always NULL check this value before using it. In the case of a main |
// document load, you would call the functions on the document to cancel the |
// load, etc. since there is no loader. |
- scoped_ptr<blink::WebURLLoader> loader_; |
+ std::unique_ptr<blink::WebURLLoader> loader_; |
int64_t bytes_sent_; |
int64_t total_bytes_to_be_sent_; |