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

Unified Diff: ui/base/accelerators/platform_accelerator_cocoa.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
« no previous file with comments | « ui/base/accelerators/platform_accelerator.h ('k') | ui/base/accelerators/platform_accelerator_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/accelerators/platform_accelerator_cocoa.h
diff --git a/ui/base/accelerators/platform_accelerator_cocoa.h b/ui/base/accelerators/platform_accelerator_cocoa.h
index 5685f5fee15d91c9b30f9beee89c1b849b3d3de5..a075510c6b36b679eece4cb7106e86b1207194cb 100644
--- a/ui/base/accelerators/platform_accelerator_cocoa.h
+++ b/ui/base/accelerators/platform_accelerator_cocoa.h
@@ -21,7 +21,7 @@ class UI_BASE_EXPORT PlatformAcceleratorCocoa : public PlatformAccelerator {
~PlatformAcceleratorCocoa() override;
// PlatformAccelerator:
- scoped_ptr<PlatformAccelerator> CreateCopy() const override;
+ std::unique_ptr<PlatformAccelerator> CreateCopy() const override;
bool Equals(const PlatformAccelerator& rhs) const override;
// The keyEquivalent of the NSMenuItem associated with the accelerator.
« no previous file with comments | « ui/base/accelerators/platform_accelerator.h ('k') | ui/base/accelerators/platform_accelerator_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698