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

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

Issue 1550053002: Convert Pass()→std::move() in //chrome/browser/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 7dd9925219c046692f620aba0549fc19282b7167..b7688859341f6c021cac33c0c7ed541526e1b84e 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
+++ b/chrome/browser/ui/autofill/password_generation_popup_view_browsertest.cc
@@ -50,7 +50,7 @@ class PasswordGenerationPopupViewTest : public InProcessBrowserTest {
}
scoped_ptr<PasswordGenerationPopupViewTester> GetViewTester() {
- return PasswordGenerationPopupViewTester::For(controller_->view()).Pass();
+ return PasswordGenerationPopupViewTester::For(controller_->view());
}
protected:

Powered by Google App Engine
This is Rietveld 408576698