| Index: services/shell/runner/host/in_process_native_runner.cc
|
| diff --git a/services/shell/runner/host/in_process_native_runner.cc b/services/shell/runner/host/in_process_native_runner.cc
|
| index cd38dcd0a2bdcd0dc30b4bf9c7c5593d443d91fb..2d65b9669c20f8bd97b5aaeb72aec34b30cd46be 100644
|
| --- a/services/shell/runner/host/in_process_native_runner.cc
|
| +++ b/services/shell/runner/host/in_process_native_runner.cc
|
| @@ -53,7 +53,7 @@ mojom::ServicePtr InProcessNativeRunner::Start(
|
| FROM_HERE, app_completed_callback);
|
|
|
| DCHECK(!thread_);
|
| - std::string thread_name = "mojo:app_thread";
|
| + std::string thread_name = "Service Thread";
|
| #if defined(OS_WIN)
|
| thread_name = base::WideToUTF8(app_path_.BaseName().value());
|
| #endif
|
|
|