| Index: chrome/utility/profile_import_handler.cc
|
| diff --git a/chrome/utility/profile_import_handler.cc b/chrome/utility/profile_import_handler.cc
|
| index 473581ce493dc2d111f3c5c7cb312f9bde831f34..413feea3bea0166e91c0bee30f171148a31fb4ae 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, ""));
|
| + Send(new ProfileImportProcessHostMsg_Import_Finished(true, std::string()));
|
| ImporterCleanup();
|
| }
|
| }
|
|
|