| Index: webkit/plugins/webplugininfo.cc
|
| diff --git a/webkit/plugins/webplugininfo.cc b/webkit/plugins/webplugininfo.cc
|
| index a5816473ad50d7fd780bb5e2a3173ed58a63f6f5..be80fcf881775a29d52970512890056e47c99bf3 100644
|
| --- a/webkit/plugins/webplugininfo.cc
|
| +++ b/webkit/plugins/webplugininfo.cc
|
| @@ -50,10 +50,10 @@ WebPluginInfo& WebPluginInfo::operator=(const WebPluginInfo& rhs) {
|
| return *this;
|
| }
|
|
|
| -WebPluginInfo::WebPluginInfo(const string16& fake_name,
|
| +WebPluginInfo::WebPluginInfo(const base::string16& fake_name,
|
| const base::FilePath& fake_path,
|
| - const string16& fake_version,
|
| - const string16& fake_desc)
|
| + const base::string16& fake_version,
|
| + const base::string16& fake_desc)
|
| : name(fake_name),
|
| path(fake_path),
|
| version(fake_version),
|
|
|