| Index: webkit/plugins/npapi/webplugin_delegate_impl.cc
 | 
| diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.cc b/webkit/plugins/npapi/webplugin_delegate_impl.cc
 | 
| index 0c4ae8745b0413374f01833df877d6047217fdf8..08170a3b9ee37d831973b1d5a5ad065d7c22ef12 100644
 | 
| --- a/webkit/plugins/npapi/webplugin_delegate_impl.cc
 | 
| +++ b/webkit/plugins/npapi/webplugin_delegate_impl.cc
 | 
| @@ -185,7 +185,7 @@ NPObject* WebPluginDelegateImpl::GetPluginScriptableObject() {
 | 
|    return instance_->GetPluginScriptableObject();
 | 
|  }
 | 
|  
 | 
| -bool WebPluginDelegateImpl::GetFormValue(string16* value) {
 | 
| +bool WebPluginDelegateImpl::GetFormValue(base::string16* value) {
 | 
|    return instance_->GetFormValue(value);
 | 
|  }
 | 
|  
 | 
| 
 |