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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm

Issue 85863003: Change DetailOutputMap to FieldValueMap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 7 years, 1 month 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/cocoa/autofill/autofill_details_container_unittest.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm b/chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm
index 0e5f52e395b7df36db2c51a312539c15ef6e9a9f..07bc72cf4000e5b54b667540c57833bb45e8ba3e 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm
@@ -44,7 +44,6 @@ TEST_F(AutofillDetailsContainerTest, ValidateAllSections) {
using namespace autofill;
using namespace testing;
- DetailOutputMap output;
ValidityMessages validity;
EXPECT_CALL(delegate_, InputsAreValid(_, _))

Powered by Google App Engine
This is Rietveld 408576698