| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index 8e6bde3b0abb07daf0e2c09253c36dfce86b38e8..42615723344683b1426c950621efa1af7b47ae6e 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -192,7 +192,7 @@ base::ProcessHandle BrowserChildProcessHostImpl::GetHandle() const {
|
| return child_process_->GetHandle();
|
| }
|
|
|
| -void BrowserChildProcessHostImpl::SetName(const string16& name) {
|
| +void BrowserChildProcessHostImpl::SetName(const base::string16& name) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| data_.name = name;
|
| }
|
|
|