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

Unified Diff: content/renderer/manifest/manifest_manager.cc

Issue 1873783003: Convert //content/renderer from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/renderer/manifest/manifest_manager.h ('k') | content/renderer/mojo/service_registry_js_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/manifest/manifest_manager.cc
diff --git a/content/renderer/manifest/manifest_manager.cc b/content/renderer/manifest/manifest_manager.cc
index dcdf176047d52d535e41d8b9f23c12b85702ba96..fda8c835e64796aea0195be181c8254cca309c3d 100644
--- a/content/renderer/manifest/manifest_manager.cc
+++ b/content/renderer/manifest/manifest_manager.cc
@@ -160,7 +160,7 @@ void ManifestManager::OnManifestFetchComplete(
fetcher_.reset();
- for (const scoped_ptr<ManifestParser::ErrorInfo>& error_info :
+ for (const std::unique_ptr<ManifestParser::ErrorInfo>& error_info :
parser.errors()) {
blink::WebConsoleMessage message;
message.level = blink::WebConsoleMessage::LevelError;
« no previous file with comments | « content/renderer/manifest/manifest_manager.h ('k') | content/renderer/mojo/service_registry_js_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698