| Index: webkit/plugins/webplugininfo.h
|
| diff --git a/webkit/plugins/webplugininfo.h b/webkit/plugins/webplugininfo.h
|
| index cc09f7804915cddb667b439766bd8c90e6907fb7..514a04637205048fb5d95771506c74d8813ed98e 100644
|
| --- a/webkit/plugins/webplugininfo.h
|
| +++ b/webkit/plugins/webplugininfo.h
|
| @@ -53,7 +53,7 @@ struct WEBKIT_PLUGINS_EXPORT WebPluginInfo {
|
|
|
| // Special constructor only used during unit testing:
|
| WebPluginInfo(const string16& fake_name,
|
| - const FilePath& fake_path,
|
| + const base::FilePath& fake_path,
|
| const string16& fake_version,
|
| const string16& fake_desc);
|
|
|
| @@ -61,7 +61,7 @@ struct WEBKIT_PLUGINS_EXPORT WebPluginInfo {
|
| string16 name;
|
|
|
| // The path to the plugin file (DLL/bundle/library).
|
| - FilePath path;
|
| + base::FilePath path;
|
|
|
| // The version number of the plugin file (may be OS-specific)
|
| string16 version;
|
|
|