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

Unified Diff: chrome/browser/autofill/autofill_manager_unittest.cc

Issue 12188020: Adding the page and DPI scale adjustment for Autofill Popups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mock call fix #2 Created 7 years, 10 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/autofill/autofill_manager_unittest.cc
diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc
index a9f81cec4e8298290d1facd6530b265f7ce0bdaf..de7e572d7b54f8240e06f802deee4326ba7b076b 100644
--- a/chrome/browser/autofill/autofill_manager_unittest.cc
+++ b/chrome/browser/autofill/autofill_manager_unittest.cc
@@ -3251,7 +3251,7 @@ class MockAutofillExternalDelegate :
MOCK_METHOD5(OnQuery, void(int query_id,
const FormData& form,
const FormFieldData& field,
- const gfx::Rect& bounds,
+ const gfx::RectF& bounds,
bool display_warning));
private:

Powered by Google App Engine
This is Rietveld 408576698