Index: content/browser/ppapi_plugin_process_host.cc |
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc |
index fbf512a7419d877cff880b37cc01af041be6be36..f6c9fd554b9d92d43ab6226c518c5834ca61bf65 100644 |
--- a/content/browser/ppapi_plugin_process_host.cc |
+++ b/content/browser/ppapi_plugin_process_host.cc |
@@ -178,7 +178,7 @@ void PpapiPluginProcessHost::DidDeleteOutOfProcessInstance( |
// static |
void PpapiPluginProcessHost::FindByName( |
- const string16& name, |
+ const base::string16& name, |
std::vector<PpapiPluginProcessHost*>* hosts) { |
for (PpapiPluginProcessHostIterator iter; !iter.Done(); ++iter) { |
if (iter->process_.get() && iter->process_->GetData().name == name) |