summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/importer.h
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/importer/importer.h
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/importer/importer.h')
-rw-r--r--chrome/browser/importer/importer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/importer/importer.h b/chrome/browser/importer/importer.h
index 4887138..2f034ba 100644
--- a/chrome/browser/importer/importer.h
+++ b/chrome/browser/importer/importer.h
@@ -514,7 +514,7 @@ class ImportObserver {
// if there's nothing to parent to. first_run is true if it's invoked in the
// first run UI.
void StartImportingWithUI(gfx::NativeWindow parent_window,
- int16 items,
+ uint16 items,
ImporterHost* coordinator,
const importer::ProfileInfo& source_profile,
Profile* target_profile,