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

Unified Diff: chrome/browser/views/importing_progress_view.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/importer/importer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/importing_progress_view.cc
diff --git a/chrome/browser/views/importing_progress_view.cc b/chrome/browser/views/importing_progress_view.cc
index f3c26277e6c66d269d9dec402a8378ddf79d2df2..ae3135ef3e39a314e0856328e3bbf9667727b4a8 100644
--- a/chrome/browser/views/importing_progress_view.cc
+++ b/chrome/browser/views/importing_progress_view.cc
@@ -290,7 +290,7 @@ void ImportingProgressView::InitControlLayout() {
// StartImportingWithUI
void StartImportingWithUI(HWND parent_window,
- int16 items,
+ uint16 items,
ImporterHost* coordinator,
const ProfileInfo& source_profile,
Profile* target_profile,
« no previous file with comments | « chrome/browser/importer/importer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698