Index: content/public/browser/browser_child_process_host.h |
diff --git a/content/public/browser/browser_child_process_host.h b/content/public/browser/browser_child_process_host.h |
index e618ad7daf0d611611d3ad5461e0c3d66f41bca8..7776a0d3df5987e395a94eb5b205f8aeb8f3986c 100644 |
--- a/content/public/browser/browser_child_process_host.h |
+++ b/content/public/browser/browser_child_process_host.h |
@@ -68,7 +68,7 @@ class CONTENT_EXPORT BrowserChildProcessHost : public IPC::Sender { |
bool known_dead, int* exit_code) = 0; |
// Sets the user-visible name of the process. |
- virtual void SetName(const string16& name) = 0; |
+ virtual void SetName(const base::string16& name) = 0; |
// Set the handle of the process. BrowserChildProcessHost will do this when |
// the Launch method is used to start the process. However if the owner |