Index: chrome/browser/first_run/first_run_win.cc |
diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc |
index a7f7a3cb1c662a191a3ecd2be7599359742b0223..35037d58e73d009aa6475314a38f313426e85c74 100644 |
--- a/chrome/browser/first_run/first_run_win.cc |
+++ b/chrome/browser/first_run/first_run_win.cc |
@@ -561,7 +561,7 @@ int FirstRun::ImportFromBrowser(Profile* profile, |
StartImportingWithUI( |
parent_window, |
- items_to_import, |
+ static_cast<uint16>(items_to_import), |
importer_host, |
importer_host->GetSourceProfileInfoForBrowserType(browser_type), |
profile, |