| Index: chrome/profile_import/profile_import_thread.cc
|
| diff --git a/chrome/profile_import/profile_import_thread.cc b/chrome/profile_import/profile_import_thread.cc
|
| index 6f097b39314e2c4f2f3fefeeebe583dc9aeaaafd..dce3c628617dc46581be4f3925e896dba142b57c 100644
|
| --- a/chrome/profile_import/profile_import_thread.cc
|
| +++ b/chrome/profile_import/profile_import_thread.cc
|
| @@ -32,6 +32,8 @@ ProfileImportThread::ProfileImportThread()
|
| ChildProcess::current()->AddRefProcess(); // Balanced in Cleanup().
|
| }
|
|
|
| +ProfileImportThread::~ProfileImportThread() {}
|
| +
|
| void ProfileImportThread::OnControlMessageReceived(const IPC::Message& msg) {
|
| IPC_BEGIN_MESSAGE_MAP(ProfileImportThread, msg)
|
| IPC_MESSAGE_HANDLER(ProfileImportProcessMsg_StartImport,
|
|
|