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

Unified Diff: ui/message_center/cocoa/popup_collection.h

Issue 1917053003: unique_ptr_migration: clean up references to scoped_ptr as of r389721 (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 | « ui/gl/gl_context_cgl.h ('k') | ui/ozone/platform/wayland/wayland_egl_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8ed21c22e7832c1c90721d8851e746753255c569..736cdea14473d79eba16c1bcb584ae3038cbd5e1 100644
--- a/ui/message_center/cocoa/popup_collection.h
+++ b/ui/message_center/cocoa/popup_collection.h
@@ -7,11 +7,11 @@
#import <Cocoa/Cocoa.h>
+#include <memory>
#include <set>
#include "base/mac/scoped_block.h"
#import "base/mac/scoped_nsobject.h"
-#import "base/memory/scoped_ptr.h"
#include "ui/message_center/message_center_export.h"
namespace message_center {
« no previous file with comments | « ui/gl/gl_context_cgl.h ('k') | ui/ozone/platform/wayland/wayland_egl_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698