summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_address_sheet_controller_mac_unittest.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/autofill_address_sheet_controller_mac_unittest.mm')
-rw-r--r--chrome/browser/autofill/autofill_address_sheet_controller_mac_unittest.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_address_sheet_controller_mac_unittest.mm b/chrome/browser/autofill/autofill_address_sheet_controller_mac_unittest.mm
index 7c72255..2d6d34a 100644
--- a/chrome/browser/autofill/autofill_address_sheet_controller_mac_unittest.mm
+++ b/chrome/browser/autofill/autofill_address_sheet_controller_mac_unittest.mm
@@ -17,7 +17,7 @@ typedef CocoaTest AutoFillAddressSheetControllerTest;
TEST(AutoFillAddressSheetControllerTest, Basic) {
// A basic test that creates a new instance and releases.
// Aids valgrind leak detection.
- AutoFillProfile profile(ASCIIToUTF16("Home"), 0);
+ AutoFillProfile profile;
scoped_nsobject<AutoFillAddressSheetController> controller(
[[AutoFillAddressSheetController alloc]
initWithProfile:profile