| Index: content/browser/browser_child_process_host_impl.h
|
| diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
|
| index 6345595a14e275790c96c67c0fec7456ebf726e0..428da3ddaf5084b05d4103037381f7e933a77859 100644
|
| --- a/content/browser/browser_child_process_host_impl.h
|
| +++ b/content/browser/browser_child_process_host_impl.h
|
| @@ -54,7 +54,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
|
| virtual ChildProcessHost* GetHost() const OVERRIDE;
|
| virtual base::TerminationStatus GetTerminationStatus(
|
| bool known_dead, int* exit_code) OVERRIDE;
|
| - virtual void SetName(const string16& name) OVERRIDE;
|
| + virtual void SetName(const base::string16& name) OVERRIDE;
|
| virtual void SetHandle(base::ProcessHandle handle) OVERRIDE;
|
|
|
| // Returns the handle of the child process. This can be called only after
|
|
|