| Index: webkit/glue/plugins/webplugininfo.cc
|
| diff --git a/webkit/glue/plugins/webplugininfo.cc b/webkit/glue/plugins/webplugininfo.cc
|
| index 7d2b4e447e6c32c3ce733f3d14e71f13c585e271..0f398a7a085d29320f8d3a0eb6b286e0a2c25330 100644
|
| --- a/webkit/glue/plugins/webplugininfo.cc
|
| +++ b/webkit/glue/plugins/webplugininfo.cc
|
| @@ -32,10 +32,11 @@ WebPluginInfo& WebPluginInfo::operator=(const WebPluginInfo& rhs) {
|
| }
|
|
|
| WebPluginInfo::WebPluginInfo(const string16& fake_name,
|
| + const FilePath& fake_path,
|
| const string16& fake_version,
|
| const string16& fake_desc)
|
| : name(fake_name),
|
| - path(),
|
| + path(fake_path),
|
| version(fake_version),
|
| desc(fake_desc),
|
| mime_types(),
|
|
|