Index: chrome/browser/extensions/api/streams_private/streams_private_api.h |
diff --git a/chrome/browser/extensions/api/streams_private/streams_private_api.h b/chrome/browser/extensions/api/streams_private/streams_private_api.h |
index 825ad432e5a28f39906f04da52b13b5513872898..d1c22433f99849841e94f4b2d85c7cfa584c2091 100644 |
--- a/chrome/browser/extensions/api/streams_private/streams_private_api.h |
+++ b/chrome/browser/extensions/api/streams_private/streams_private_api.h |
@@ -41,7 +41,7 @@ class StreamsPrivateAPI : public BrowserContextKeyedAPI, |
// should be set to whether the document is embedded within another document. |
void ExecuteMimeTypeHandler(const std::string& extension_id, |
content::WebContents* web_contents, |
- scoped_ptr<content::StreamInfo> stream, |
+ std::unique_ptr<content::StreamInfo> stream, |
const std::string& view_id, |
int64_t expected_content_size, |
bool embedded, |