| 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);
|
| };
|
|
|