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

Unified Diff: ui/message_center/cocoa/popup_collection.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/cocoa/popup_collection.h
diff --git a/ui/message_center/cocoa/popup_collection.h b/ui/message_center/cocoa/popup_collection.h
index 806114b75016006df893ff1e992c838e1be79029..8ed21c22e7832c1c90721d8851e746753255c569 100644
--- a/ui/message_center/cocoa/popup_collection.h
+++ b/ui/message_center/cocoa/popup_collection.h
@@ -34,7 +34,7 @@ MESSAGE_CENTER_EXPORT
message_center::MessageCenter* messageCenter_;
// MessageCenterObserver implementation.
- scoped_ptr<message_center::MessageCenterObserver> observer_;
+ std::unique_ptr<message_center::MessageCenterObserver> observer_;
// Array of all on-screen popup notifications.
base::scoped_nsobject<NSMutableArray> popups_;
« no previous file with comments | « ui/message_center/cocoa/notification_controller_unittest.mm ('k') | ui/message_center/cocoa/popup_collection_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698