summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/password_manager')
-rw-r--r--chrome/browser/password_manager/password_store_x_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/password_manager/password_store_x_unittest.cc b/chrome/browser/password_manager/password_store_x_unittest.cc
index 2387968..cb0ec28 100644
--- a/chrome/browser/password_manager/password_store_x_unittest.cc
+++ b/chrome/browser/password_manager/password_store_x_unittest.cc
@@ -246,7 +246,7 @@ void InitExpectedForms(bool autofillable, size_t count, VectorOfForms* forms) {
L"password_element",
autofillable ? L"username_value" : NULL,
autofillable ? L"password_value" : NULL,
- autofillable, false, i + 1 };
+ autofillable, false, static_cast<double>(i + 1) };
forms->push_back(CreatePasswordFormFromData(data));
}
}