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

Unified Diff: chrome/browser/first_run/first_run_win.cc

Issue 4282003: Fix type inconsistency with StartImportingWithUI and ProfileInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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
« no previous file with comments | « chrome/browser/cocoa/import_settings_dialog.mm ('k') | chrome/browser/gtk/import_progress_dialog_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/cocoa/import_settings_dialog.mm ('k') | chrome/browser/gtk/import_progress_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698