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

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

Issue 2727233003: Uses child views in Autofill Popup so we can trigger (Closed)
Patch Set: (int) to NSInteger Created 3 years, 9 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_layout_model_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
index 920a88ac2b1d4196e50516df27333478b206a8f7..8c53f24f88c1670397a50f6f71f0e193db4bd54a 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
@@ -59,8 +59,8 @@ class TestAutofillPopupViewDelegate : public AutofillPopupViewDelegate {
return suggestions;
}
#if !defined(OS_ANDROID)
- int GetElidedValueWidthForRow(size_t row) override { return 0; }
- int GetElidedLabelWidthForRow(size_t row) override { return 0; }
+ int GetElidedValueWidthForRow(int row) override { return 0; }
+ int GetElidedLabelWidthForRow(int row) override { return 0; }
#endif
private:
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc ('k') | chrome/browser/ui/autofill/autofill_popup_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698