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

Unified Diff: chrome/browser/ui/webui/ntp/favicon_webui_handler.h

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: chrome/browser/ui/webui/ntp/favicon_webui_handler.h
diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
index 2c5209b77a974a632acc2c0e050b00063601b635..b1c375c573d1ac2a336350898e5b31aa8013baae 100644
--- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
+++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
@@ -59,7 +59,7 @@ class FaviconWebUIHandler : public content::WebUIMessageHandler {
scoped_refptr<base::RefCountedMemory> default_favicon_;
// Manage retrieval of icons from apps.
- scoped_ptr<ExtensionIconColorManager> app_icon_color_manager_;
+ std::unique_ptr<ExtensionIconColorManager> app_icon_color_manager_;
DISALLOW_COPY_AND_ASSIGN(FaviconWebUIHandler);
};
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | chrome/browser/ui/webui/ntp/favicon_webui_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698