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

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

Issue 2800026: Make import from the options menu OOP on Mac OS X.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months 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/importer/importer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/import_settings_dialog.mm
===================================================================
--- chrome/browser/cocoa/import_settings_dialog.mm (revision 50726)
+++ chrome/browser/cocoa/import_settings_dialog.mm (working copy)
@@ -179,7 +179,7 @@
int16 servicesToImport = static_cast<int16>(items & [self servicesToImport]);
if (servicesToImport) {
if (profile_) {
- ImporterHost* importerHost = new ImporterHost;
+ ImporterHost* importerHost = new ExternalProcessImporterHost;
// Note that a side effect of the following call is to cause the
// importerHost to be disposed once the import has completed.
StartImportingWithUI(nil, servicesToImport, importerHost,
« no previous file with comments | « no previous file | chrome/browser/importer/importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698