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

Unified Diff: chrome/browser/ui/cocoa/autofill/layout_view.mm

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: chrome/browser/ui/cocoa/autofill/layout_view.mm
diff --git a/chrome/browser/ui/cocoa/autofill/layout_view.mm b/chrome/browser/ui/cocoa/autofill/layout_view.mm
index 59e7db9287c6dca37da507530584f32bf81cb4bd..5ae2f51c709ed30a7977b3869dc737cc6690b380 100644
--- a/chrome/browser/ui/cocoa/autofill/layout_view.mm
+++ b/chrome/browser/ui/cocoa/autofill/layout_view.mm
@@ -10,7 +10,7 @@
@implementation LayoutView
-- (void)setLayoutManager:(scoped_ptr<SimpleGridLayout>)layout {
+- (void)setLayoutManager:(std::unique_ptr<SimpleGridLayout>)layout {
layout_ = std::move(layout);
}
« no previous file with comments | « chrome/browser/ui/cocoa/autofill/layout_view.h ('k') | chrome/browser/ui/cocoa/autofill/layout_view_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698