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

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc

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/autofill/password_generation_popup_view_browsertest.cc
diff --git a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
index b7688859341f6c021cac33c0c7ed541526e1b84e..a5929ffd4c3bb241fa188cbf14bf6729e65e1d81 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
+++ b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
@@ -49,7 +49,7 @@ class PasswordGenerationPopupViewTest : public InProcessBrowserTest {
return GetWebContents()->GetNativeView();
}
- scoped_ptr<PasswordGenerationPopupViewTester> GetViewTester() {
+ std::unique_ptr<PasswordGenerationPopupViewTester> GetViewTester() {
return PasswordGenerationPopupViewTester::For(controller_->view());
}

Powered by Google App Engine
This is Rietveld 408576698