Index: content/browser/ppapi_plugin_process_host.h |
diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h |
index 87c79c31d2acceb173f3867fac9184ed568784e8..594c12f6152b006eacf81cb05586cb31e4f70714 100644 |
--- a/content/browser/ppapi_plugin_process_host.h |
+++ b/content/browser/ppapi_plugin_process_host.h |
@@ -92,7 +92,7 @@ class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate, |
// Returns the instances that match the specified process name. |
// It can only be called on the IO thread. |
- static void FindByName(const string16& name, |
+ static void FindByName(const base::string16& name, |
std::vector<PpapiPluginProcessHost*>* hosts); |
// IPC::Sender implementation: |