| Index: content/browser/utility_process_host_impl.cc
|
| diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc
|
| index ed53fe82c610c0f452ba008e4ab6aaa81c99cf81..e2f45245071bfa21a5937eed7135c64d8271c32a 100644
|
| --- a/content/browser/utility_process_host_impl.cc
|
| +++ b/content/browser/utility_process_host_impl.cc
|
| @@ -142,7 +142,7 @@ bool UtilityProcessHostImpl::StartProcess() {
|
| // Name must be set or metrics_service will crash in any test which
|
| // launches a UtilityProcessHost.
|
| process_.reset(new BrowserChildProcessHostImpl(PROCESS_TYPE_UTILITY, this));
|
| - process_->SetName(ASCIIToUTF16("utility process"));
|
| + process_->SetName(base::ASCIIToUTF16("utility process"));
|
|
|
| std::string channel_id = process_->GetHost()->CreateChannel();
|
| if (channel_id.empty())
|
|
|