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

Unified Diff: chrome/browser/ui/cocoa/autofill/simple_grid_layout.h

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/simple_grid_layout.h
diff --git a/chrome/browser/ui/cocoa/autofill/simple_grid_layout.h b/chrome/browser/ui/cocoa/autofill/simple_grid_layout.h
index e3614a4bf0b46d4434bbdaa352bfcae4dd71157d..8e125563c52e840ce7bbc5bbe82c791cc9034ba9 100644
--- a/chrome/browser/ui/cocoa/autofill/simple_grid_layout.h
+++ b/chrome/browser/ui/cocoa/autofill/simple_grid_layout.h
@@ -7,7 +7,8 @@
#import <Cocoa/Cocoa.h>
-#include "base/memory/scoped_ptr.h"
+#include <memory>
+
#include "base/memory/scoped_vector.h"
class Column;
« no previous file with comments | « chrome/browser/ui/cocoa/autofill/save_card_bubble_view_unittest.mm ('k') | chrome/browser/ui/cocoa/base_bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698