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

Unified Diff: chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.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/passwords/base_passwords_controller_test.h
diff --git a/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
index 4aa51f79df70eaa3cbcc86352697f2453b02c93b..9a802e7e26e9242476ec0399e3c659809423c085 100644
--- a/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
+++ b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
@@ -38,8 +38,8 @@ class ManagePasswordsControllerTest : public CocoaProfileTest {
private:
ManagePasswordsUIControllerMock* ui_controller_;
- scoped_ptr<content::WebContents> test_web_contents_;
- scoped_ptr<ManagePasswordsBubbleModel> model_;
+ std::unique_ptr<content::WebContents> test_web_contents_;
+ std::unique_ptr<ManagePasswordsBubbleModel> model_;
};
// Helper delegate for testing the views of the password management bubble.

Powered by Google App Engine
This is Rietveld 408576698