Index: components/autofill/core/browser/webdata/autofill_entry_unittest.cc |
diff --git a/components/autofill/core/browser/webdata/autofill_entry_unittest.cc b/components/autofill/core/browser/webdata/autofill_entry_unittest.cc |
index bef7d578cbfbb6cfeb9ba9ba7c697e7af0b63541..9679ccffd7bb142913805b07c3d0f1b9caaec35b 100644 |
--- a/components/autofill/core/browser/webdata/autofill_entry_unittest.cc |
+++ b/components/autofill/core/browser/webdata/autofill_entry_unittest.cc |
@@ -56,7 +56,8 @@ TEST(AutofillEntryTest, CullByTime) { |
// Within the time limit. |
timestamps.push_back(cutoff_time + one_hour); |
- AutofillKey key(UTF8ToUTF16("test_key"), UTF8ToUTF16("test_value")); |
+ AutofillKey key(base::UTF8ToUTF16("test_key"), |
+ base::UTF8ToUTF16("test_value")); |
AutofillEntry entry_within_the_limits(key, timestamps); |
EXPECT_FALSE(entry_within_the_limits.IsExpired()); |