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

Unified Diff: ui/message_center/views/notification_button.h

Issue 1868363002: Replace scoped_ptr with std::unique_ptr in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scopedptrcc
Patch Set: scopedptrui: rebase-make_scoped_ptr 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: ui/message_center/views/notification_button.h
diff --git a/ui/message_center/views/notification_button.h b/ui/message_center/views/notification_button.h
index 67591f2645483b1b264d2ef99cd078c62c45d26e..7851cc8833485ed732b816d7220cdebfd52df3c5 100644
--- a/ui/message_center/views/notification_button.h
+++ b/ui/message_center/views/notification_button.h
@@ -42,7 +42,7 @@ class NotificationButton : public views::CustomButton {
private:
views::ImageView* icon_;
views::Label* title_;
- scoped_ptr<views::Painter> focus_painter_;
+ std::unique_ptr<views::Painter> focus_painter_;
DISALLOW_COPY_AND_ASSIGN(NotificationButton);
};
« no previous file with comments | « ui/message_center/views/message_view_context_menu_controller.cc ('k') | ui/message_center/views/notification_progress_bar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698