Index: chrome/profile_import/profile_import_main.cc |
diff --git a/chrome/profile_import/profile_import_main.cc b/chrome/profile_import/profile_import_main.cc |
index 546df180a11e12f3da86fa101bab1aa1fa5d4300..ced62d583cf0e2bc5a953a9996cf3ec04a205fd2 100644 |
--- a/chrome/profile_import/profile_import_main.cc |
+++ b/chrome/profile_import/profile_import_main.cc |
@@ -16,9 +16,7 @@ |
int ProfileImportMain(const MainFunctionParams& parameters) { |
// The main message loop of the profile import process. |
MessageLoop main_message_loop; |
- std::wstring app_name = chrome::kBrowserAppName; |
- PlatformThread::SetName(WideToASCII( |
- app_name + L"_ProfileImportMain").c_str()); |
+ PlatformThread::SetName("CrProfileImportMain"); |
ChildProcess profile_import_process; |
profile_import_process.set_main_thread(new ProfileImportThread()); |