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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell_unittest.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/bookmarks/bookmark_tree_browser_cell_unittest.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell_unittest.mm
index 48a70b8b836b4a1d3a60659ae6f8b8c1ec58be42..dbb28a3091868ff0d01ff01bc2adebde138c5b8b 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell_unittest.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_tree_browser_cell_unittest.mm
@@ -21,7 +21,7 @@ class BookmarkTreeBrowserCellTest : public PlatformTest {
targetMock_.reset([[NSObject alloc] init]);
}
- scoped_ptr<BookmarkNode> bookmarkNodeMock_;
+ std::unique_ptr<BookmarkNode> bookmarkNodeMock_;
base::scoped_nsobject<NSMatrix> matrixMock_;
base::scoped_nsobject<NSObject> targetMock_;
};

Powered by Google App Engine
This is Rietveld 408576698