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

Unified Diff: chrome/browser/ui/views/autofill/autofill_popup_view_views.h

Issue 1570783003: [Autofill] Move functions from the AutofillPopupController to AutofillPopupLayoutModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 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/views/autofill/autofill_popup_view_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
index 43b00c5cd350827cd73df3b53dfc3509a5cd3c26..bcc8168c9a1c8886e34c097036d7d34665cc97de 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
@@ -23,8 +23,6 @@ class AutofillPopupViewViews : public AutofillPopupBaseView,
views::Widget* parent_widget);
private:
- ~AutofillPopupViewViews() override;
-
// AutofillPopupView implementation.
void Show() override;
void Hide() override;

Powered by Google App Engine
This is Rietveld 408576698