summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/importing_progress_view.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-02 20:27:58 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-02 20:27:58 +0000
commite02b0857aef243e6179e3b4f9e0e8574ccf2f8fb (patch)
tree822d82d6a588be1abcbbb70815f65ebe16c5d58a /chrome/browser/views/importing_progress_view.cc
parentfd1355e6a71d261a6625549ddac905b95ce573f4 (diff)
downloadchromium_src-e02b0857aef243e6179e3b4f9e0e8574ccf2f8fb.zip
chromium_src-e02b0857aef243e6179e3b4f9e0e8574ccf2f8fb.tar.gz
chromium_src-e02b0857aef243e6179e3b4f9e0e8574ccf2f8fb.tar.bz2
Fix type inconsistency with StartImportingWithUI and ProfileInfo.
BUG=28153 TEST=compiles locally and trybots Review URL: http://codereview.chromium.org/4282003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/importing_progress_view.cc')
-rw-r--r--chrome/browser/views/importing_progress_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/importing_progress_view.cc b/chrome/browser/views/importing_progress_view.cc
index f3c2627..ae3135e 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,