summaryrefslogtreecommitdiffstats
path: root/chrome/utility/profile_import_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/utility/profile_import_handler.cc')
-rw-r--r--chrome/utility/profile_import_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/utility/profile_import_handler.cc b/chrome/utility/profile_import_handler.cc
index 413feea..473581c 100644
--- a/chrome/utility/profile_import_handler.cc
+++ b/chrome/utility/profile_import_handler.cc
@@ -68,7 +68,7 @@ void ProfileImportHandler::OnImportItemFinished(uint16 item) {
items_to_import_ ^= item; // Remove finished item from mask.
// If we've finished with all items, notify the browser process.
if (items_to_import_ == 0) {
- Send(new ProfileImportProcessHostMsg_Import_Finished(true, std::string()));
+ Send(new ProfileImportProcessHostMsg_Import_Finished(true, ""));
ImporterCleanup();
}
}