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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.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/autofill/autofill_popup_controller_impl.h
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
index 2568a15f51df3fa748ef05a78f3ffbf5d3f2d051..2af15fe145b49aaaebd03271e8f2490aea94bdd1 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
@@ -138,7 +138,7 @@ class AutofillPopupControllerImpl : public AutofillPopupController {
// Contains common popup functionality such as popup layout. Protected for
// testing.
- scoped_ptr<PopupControllerCommon> controller_common_;
+ std::unique_ptr<PopupControllerCommon> controller_common_;
private:
#if !defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698