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

Unified Diff: chrome/test/live_sync/two_client_live_autofill_sync_test.cc

Issue 6673079: Reduce boxing and unboxing of AutofillFieldType (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile on Windows. Created 9 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/test/live_sync/two_client_live_autofill_sync_test.cc
diff --git a/chrome/test/live_sync/two_client_live_autofill_sync_test.cc b/chrome/test/live_sync/two_client_live_autofill_sync_test.cc
index 1b4ace4a0b37c13ca32f646d17276c5d83eb4944..6d90196ea15f61a21c6031a22973ba657272c265 100644
--- a/chrome/test/live_sync/two_client_live_autofill_sync_test.cc
+++ b/chrome/test/live_sync/two_client_live_autofill_sync_test.cc
@@ -158,7 +158,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, SameProfileWithConflict) {
CreateAutofillProfile(LiveAutofillSyncTest::PROFILE_HOMER);
AutofillProfile profile1 =
CreateAutofillProfile(LiveAutofillSyncTest::PROFILE_HOMER);
- profile1.SetInfo(AutofillType(PHONE_FAX_WHOLE_NUMBER),
+ profile1.SetInfo(PHONE_FAX_WHOLE_NUMBER,
dhollowa 2011/03/16 17:07:11 nit: Single line?
Ilya Sherman 2011/03/17 03:42:29 Done.
ASCIIToUTF16("1234567890"));
AddProfile(0, profile0);
« chrome/browser/webdata/web_database.cc ('K') | « chrome/test/live_sync/live_autofill_sync_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698