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

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

Issue 124533003: Add country combobox to change country and rebuild address inputs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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/autofill/data_model_wrapper_unittest.cc
diff --git a/chrome/browser/ui/autofill/data_model_wrapper_unittest.cc b/chrome/browser/ui/autofill/data_model_wrapper_unittest.cc
index e1dd6bf1c03dabf71fe45e74e983e12cb302f764..1e4375554aae3a156f224d052c9dca012c9cebfb 100644
--- a/chrome/browser/ui/autofill/data_model_wrapper_unittest.cc
+++ b/chrome/browser/ui/autofill/data_model_wrapper_unittest.cc
@@ -185,8 +185,7 @@ TEST(FieldMapWrapperTest, BothShippingAndBillingCanCoexist) {
outputs[inputs[0].type] = ASCIIToUTF16("123 billing street");
outputs[inputs[1].type] = ASCIIToUTF16("123 shipping street");
- FieldMapWrapper wrapper(outputs);
- wrapper.FillInputs(&inputs);
+ FieldMapWrapper(outputs).FillInputs(&inputs);
EXPECT_NE(inputs[0].initial_value, inputs[1].initial_value);
}

Powered by Google App Engine
This is Rietveld 408576698