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

Unified Diff: chrome/browser/cocoa/import_progress_dialog.mm

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 | « no previous file | chrome/browser/cocoa/import_settings_dialog.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/import_progress_dialog.mm
diff --git a/chrome/browser/cocoa/import_progress_dialog.mm b/chrome/browser/cocoa/import_progress_dialog.mm
index 109365b2a9708bc472599983de25eb1b38a758fc..f40ae5f162c347c8320a80c69f86c29acfacdc51 100644
--- a/chrome/browser/cocoa/import_progress_dialog.mm
+++ b/chrome/browser/cocoa/import_progress_dialog.mm
@@ -154,7 +154,7 @@ NSString* keyForImportItem(importer::ImportItem item) {
@end
void StartImportingWithUI(gfx::NativeWindow parent_window,
- int16 items,
+ uint16 items,
ImporterHost* coordinator,
const importer::ProfileInfo& source_profile,
Profile* target_profile,
« no previous file with comments | « no previous file | chrome/browser/cocoa/import_settings_dialog.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698